SAAS-793 - Prevent show image upload when editing single instance of a repeating show
This commit is contained in:
parent
7e0b6ac7ba
commit
881471c6b8
2 changed files with 10 additions and 1 deletions
|
@ -96,6 +96,8 @@ class Application_Service_ShowFormService
|
|||
$forms["repeats"]->disable();
|
||||
$forms["who"]->disable();
|
||||
$forms["style"]->disable();
|
||||
// Hide the show logo fields when users are editing a single instance
|
||||
$forms["style"]->hideShowLogo();
|
||||
$forms["live"]->disable();
|
||||
$forms["record"]->disable();
|
||||
$forms["rebroadcast"]->disable();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue