CC-5090: Unscheduled tracks are still marked at Scheduled in linked show
This commit is contained in:
parent
bfd525395a
commit
c173744929
4 changed files with 48 additions and 8 deletions
|
@ -189,4 +189,12 @@ class CcShow extends BaseCcShow {
|
|||
}
|
||||
return $instanceIds;
|
||||
}
|
||||
|
||||
public function getOtherInstances($instanceId)
|
||||
{
|
||||
return CcShowInstancesQuery::create()
|
||||
->filterByCcShow($this)
|
||||
->filterByDbId($instanceId, Criteria::NOT_IN)
|
||||
->find();
|
||||
}
|
||||
} // CcShow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue