Move skipRenewConfirmation to "portal redirections"

This commit is contained in:
Xavier Guimard 2018-05-16 13:25:05 +02:00
parent 5f31ce63c7
commit ebc0b48be4
3 changed files with 6 additions and 4 deletions

View File

@ -766,7 +766,10 @@ sub tree {
title => 'portalRedirection',
help => 'redirections.html#portal_redirections',
form => 'simpleInputContainer',
nodes => [ 'jsRedirect', 'noAjaxHook' ]
nodes => [
'jsRedirect', 'noAjaxHook',
'skipRenewConfirmation',
]
},
'nginxCustomHandlers',
'logoutServices',
@ -778,7 +781,6 @@ sub tree {
'redirectFormMethod', 'activeTimer',
]
},
'skipRenewConfirmation',
]
}
]

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long