CC-4961: Show linking
This commit is contained in:
parent
b40306cb1b
commit
f9d7167638
36 changed files with 2437 additions and 78 deletions
|
@ -399,6 +399,9 @@ abstract class BaseCcShowInstancesPeer {
|
|||
// Invalidate objects in CcSchedulePeer instance pool,
|
||||
// since one or more of them may be deleted by ON DELETE CASCADE/SETNULL rule.
|
||||
CcSchedulePeer::clearInstancePool();
|
||||
// Invalidate objects in CcShowStampPeer instance pool,
|
||||
// since one or more of them may be deleted by ON DELETE CASCADE/SETNULL rule.
|
||||
CcShowStampPeer::clearInstancePool();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue