BUG 10548 Case Notes. After adding case notes, ProcessMaker... SOLVED

- The cases notes no obey restrictions of permits en uxs.
- Was add validation.
This commit is contained in:
Marco Antonio Nina
2013-01-29 17:13:38 -04:00
parent e43d7a8259
commit b286a4e1cf
5 changed files with 100 additions and 48 deletions

View File

@@ -213,6 +213,7 @@ class Home extends Controller
$this->setVar( 'cases', $cases['data'] );
$this->setVar( 'cases_count', $cases['totalCount'] );
$this->setVar( 'title', $title );
$this->setVar( 'noPerms', G::LoadTranslation( 'ID_CASES_NOTES_NO_PERMISSIONS' ));
$this->setVar( 'appListStart', $this->appListLimit );
$this->setVar( 'appListLimit', 10 );
$this->setVar( 'listType', $httpData->t );
@@ -260,6 +261,7 @@ class Home extends Controller
$this->setVar( 'cases', $cases['data'] );
$this->setVar( 'cases_count', $cases['totalCount'] );
$this->setVar( 'title', $title );
$this->setVar( 'noPerms', G::LoadTranslation( 'ID_CASES_NOTES_NO_PERMISSIONS' ));
$this->setVar( 'appListStart', $this->appListLimit );
$this->setVar( 'appListLimit', 10 );
$this->setVar( 'listType', $httpData->t );