CC-3590: Calendar GUI->DJ user should not be able to invoke "Add Show" window
- done
This commit is contained in:
parent
295eab430a
commit
a482a8fe07
|
@ -212,7 +212,9 @@ function viewDisplay( view ) {
|
|||
}
|
||||
|
||||
if(($("#add-show-form").length == 1) && ($("#add-show-form").css('display')=='none') && ($('.fc-header-left > span').length == 5)) {
|
||||
makeAddShowButton();
|
||||
if($.trim($("#add-show-form").html()) != ""){
|
||||
makeAddShowButton();
|
||||
}
|
||||
}
|
||||
|
||||
//save view name to db
|
||||
|
|
Loading…
Reference in New Issue