CC-3905: Playlist Library -> the delete tracks button is enabled for DJ

users and PM's

- done
- PM should have full control on the library
- DJ is only allowed to edit/delete playlist that they created.
no action on files except play or add to their own playlist
This commit is contained in:
James 2012-06-06 17:31:51 -04:00
parent e35692e588
commit e5d5f44813
2 changed files with 45 additions and 13 deletions

View file

@ -121,6 +121,10 @@ class Application_Model_Playlist {
return $this->pl->getCcSubjs()->getDbLogin();
}
public function getCreatorId() {
return $this->pl->getCcSubjs()->getDbId();
}
public function setCreator($p_id) {