N°2504 N°3169 N°5102 Handle result display

This commit is contained in:
Stephen Abello
2022-05-13 14:28:38 +02:00
parent caf939bf58
commit 58b27a9daa
10 changed files with 30 additions and 10 deletions

View File

@@ -43,6 +43,7 @@ class OAuthWizardController extends Controller
'redirect_uri' => ['type' => 'text', 'label' => Dict::S('UI:OAuth:Wizard:Form:Input:RedirectUri:Label'), 'read_only' => true, 'value' => OAuthClientProviderAbstract::GetRedirectUri()],
];
// TODO: Needs to handle mail to ticket part too
$aParams['aAdditionalBlocks'] = [
OAuthClientResultDisplayConf::GetResultDisplayTemplate(),
];