N°5971 - Prevent changing the Org of a Person having Portal User without the new Org allowed

This commit is contained in:
vdumas
2023-05-12 18:23:35 +02:00
parent b71cd2182f
commit c61faf453c
4 changed files with 58 additions and 0 deletions

View File

@@ -5962,7 +5962,22 @@ abstract class DBObject implements iDisplay
}
/**
*
* @api
*
* @param string $sWarning Warning message displayed when objet is redisplayed
*
* @return void
* @since 3.1.0
*/
final public function AddCheckWarning(string $sWarning)
{
$this->m_aCheckWarnings[] = $sWarning;
}
/**
* @api
*
* @param string $sIssue
* @param bool $bIsSecurityIssue
*