Created a new service for show days
Created a new user service Started refactoring edit show action
This commit is contained in:
parent
1cc823ef0e
commit
7347be35b1
8 changed files with 286 additions and 137 deletions
|
@ -15,4 +15,8 @@
|
|||
*/
|
||||
class CcSubjs extends BaseCcSubjs {
|
||||
|
||||
public function isAdminOrPM()
|
||||
{
|
||||
return $this->type === UTYPE_ADMIN || $this->type === UTYPE_PROGRAM_MANAGER;
|
||||
}
|
||||
} // CcSubjs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue