BUG 9626 Simple Reports Permissions SOLVED

- According to the specifications.
- Was add the list for add/remove permissions.
This commit is contained in:
Marco Antonio Nina
2012-09-10 10:24:07 -04:00
parent 06b44cd6d5
commit 6572670115
2 changed files with 4 additions and 25 deletions

View File

@@ -171,25 +171,5 @@ class pmTables extends Controller
}
return $repTabPluginPermissions;
}
/**
* reportPermissionForm pmtable
* @param string $httpData->ADD_TAB_UID
* @param string $httpData->ADD_TAB_NAME
*/
public function rptPermissionList($httpData)
{
$this->setJSVar('ADD_TAB_NAME', $httpData->ADD_TAB_NAME);
$this->setJSVar('ADD_TAB_UID', $httpData->ADD_TAB_UID);
$this->setJSVar('PRO_UID', $httpData->PRO_UID);
$this->includeExtJS('pmReports/rptPermissionList', false);
$this->includeExtJS('pmReports/reportPermissionForm', false);
$this->setView('pmReports/reportPermissionForm');
$this->setView('pmReports/rptPermissionList');
G::RenderPage('publish', 'extJs');
}
}