Fix for the validation of mandatory fields in the portal (reintegrated from trunk)

SVN:2.0.1[3053]
This commit is contained in:
Romain Quetiez
2014-01-07 14:10:39 +00:00
parent df1869dfe3
commit 1dbb94a2e1

View File

@@ -64,6 +64,7 @@ class PortalWebPage extends NiceWebPage
$sAbsURLModulesRoot = addslashes(utils::GetAbsoluteUrlModulesRoot()); // Pass it to Javascript scripts
$oAppContext = new ApplicationContext();
$sAppContext = addslashes($oAppContext->GetForLink());
$this->add_dict_entry('UI:FillAllMandatoryFields');
if ($sAlternateStyleSheet != '')
{
$this->add_linked_stylesheet("../portal/$sAlternateStyleSheet/portal.css");