CC-5208: DJ can try to edit show not assign to him
This commit is contained in:
parent
c7d0b6df92
commit
bad5b12472
|
@ -117,7 +117,7 @@ class Application_Service_CalendarService
|
||||||
}
|
}
|
||||||
|
|
||||||
$isRepeating = $this->ccShow->getFirstCcShowDay()->isRepeating();
|
$isRepeating = $this->ccShow->getFirstCcShowDay()->isRepeating();
|
||||||
if (!$this->ccShowInstance->isRebroadcast()) {
|
if (!$this->ccShowInstance->isRebroadcast() && $isAdminOrPM) {
|
||||||
if ($isRepeating) {
|
if ($isRepeating) {
|
||||||
$menu["edit"] = array(
|
$menu["edit"] = array(
|
||||||
"name" => _("Edit"),
|
"name" => _("Edit"),
|
||||||
|
|
Loading…
Reference in New Issue