CC-5106: Calendar: Context menu "Show contents" is missing for past shows
This commit is contained in:
parent
fae0b2f873
commit
9dbec4636a
|
@ -67,6 +67,11 @@ class Application_Service_CalendarService
|
||||||
"name"=> $text,
|
"name"=> $text,
|
||||||
"icon" => "soundcloud");
|
"icon" => "soundcloud");
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
$menu["content"] = array(
|
||||||
|
"name"=> _("Show Content"),
|
||||||
|
"icon" => "overview",
|
||||||
|
"url" => $baseUrl."schedule/show-content-dialog");
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
//Show content can be modified from the calendar if:
|
//Show content can be modified from the calendar if:
|
||||||
|
|
Loading…
Reference in New Issue