From 1dbb94a2e12b76e55a47982d9ec0bbda8291f1d4 Mon Sep 17 00:00:00 2001 From: Romain Quetiez Date: Tue, 7 Jan 2014 14:10:39 +0000 Subject: [PATCH] Fix for the validation of mandatory fields in the portal (reintegrated from trunk) SVN:2.0.1[3053] --- application/portalwebpage.class.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/portalwebpage.class.inc.php b/application/portalwebpage.class.inc.php index 8125d787a7..e50331e7d3 100644 --- a/application/portalwebpage.class.inc.php +++ b/application/portalwebpage.class.inc.php @@ -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");