mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 16:48:42 +02:00
N°2313 - Fix regression: No more validation message on password update in the end-users portal
This commit is contained in:
@@ -186,7 +186,7 @@ $(function()
|
||||
if(sMessageType === 'success')
|
||||
{
|
||||
// If not redirecting in a modal, will be set as session message
|
||||
if((sRuleType === 'redirect') && (bRedirectInModal === false))
|
||||
if((sRuleType === 'redirect') && (bRedirectInModal === false) && (sRedirectUrl !== null))
|
||||
{
|
||||
oHelpBlock = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user