mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 12:08:47 +02:00
N°2504 N°3169 N°5102 Handle result display
This commit is contained in:
@@ -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(),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user