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:
parent
e35692e588
commit
e5d5f44813
2 changed files with 45 additions and 13 deletions
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue