BUG 9523 Edit Process Doesn't have validate in title SOLVED

- I add validate for porcess's title
This commit is contained in:
Brayan Osmar Pereyra Suxo
2012-08-02 11:01:42 -04:00
parent 8133a6807e
commit f147ba79a9
4 changed files with 66 additions and 20 deletions

View File

@@ -445,6 +445,7 @@ class processMap {
//If the function returns a DEFAULT calendar it means that this object doesn't have assigned any calendar
$aFields['PRO_CALENDAR'] = $calendarInfo ['CALENDAR_APPLIED'] != 'DEFAULT' ? $calendarInfo ['CALENDAR_UID'] : "";
$aFields['SYS_LANG'] = SYS_LANG;
global $G_PUBLISH;
$G_PUBLISH = new Publisher ( );