Fixed bug #624: corrupted display of the log when updating from the portal.

Also fixed a bit the portal's stylesheet and prevent calling OnFormCancel on a true submit !!

SVN:trunk[2470]
This commit is contained in:
Denis Flaven
2012-11-27 17:11:47 +00:00
parent 9b982df4f0
commit 0818a67e75
2 changed files with 2 additions and 10 deletions

View File

@@ -791,6 +791,7 @@ try
try
{
$oP->DoUpdateObjectFromPostedForm($oObj, $aAttList);
$oObj->Reload(); // Make sure the object is in good shape to be displayed
}
catch(TransactionException $e)
{