CC-5150: Calendar->Add/Remove Show contents: Exception happens when try to adding contents for show
This commit is contained in:
parent
f4d313a67c
commit
3d09747990
3 changed files with 19 additions and 38 deletions
|
@ -194,7 +194,7 @@ class CcShow extends BaseCcShow {
|
|||
{
|
||||
return CcShowInstancesQuery::create()
|
||||
->filterByCcShow($this)
|
||||
->filterByDbId($instanceId, Criteria::NOT_IN)
|
||||
->filterByDbId($instanceId, Criteria::NOT_EQUAL)
|
||||
->find();
|
||||
}
|
||||
} // CcShow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue