File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -421,6 +421,7 @@ public function caseHistory()
421421 $ conf = new Configurations ();
422422 $ oHeadPublisher ->addExtJsScript ('cases/caseHistory ' , true ); //adding a javascript file .js
423423 $ oHeadPublisher ->addContent ('cases/caseHistory ' ); //adding a html file .html.
424+ $ oHeadPublisher ->assign ("FORMATS " , $ conf ->getFormats ());
424425 $ oHeadPublisher ->assign ('pageSize ' , $ conf ->getEnvSetting ('casesListRowNumber ' ));
425426 G::RenderPage ('publish ' , 'extJs ' );
426427 }
Original file line number Diff line number Diff line change 11<?php
2- define ("PM_VERSION " , "3.3.0-community-RE-1.6 " );
3- define ("PM_BUILD_VERSION " , "3.3.0-community-RE-1.6 " );
2+ define ("PM_VERSION " , "3.3.0-community-RE-1.7 " );
3+ define ("PM_BUILD_VERSION " , "3.3.0-community-RE-1.7 " );
Original file line number Diff line number Diff line change 216216 startDateRender = function ( v ) {
217217 var dateString = "-" ;
218218 if ( v != "-" && v != null ) {
219- dateString = _DF ( v , "m/d/Y H:i:s" ) ;
219+ dateString = _DF ( v , FORMATS . casesListDateFormat ) ;
220220 }
221221 return dateString ;
222222 }
You can’t perform that action at this time.
0 commit comments