Skip to content

Commit f79f623

Browse files
committed
can't attach because of 'itemtype' fk field
1 parent d6a8aed commit f79f623

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

inc/abstractcontainerinstance.class.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ abstract class PluginFieldsAbstractContainerInstance extends CommonDBChild
3333
public static $itemtype = 'itemtype';
3434
public static $items_id = 'items_id';
3535

36+
public static $mustBeAttached = false;
37+
3638
/**
3739
* This function relies on the static property `static::$plugins_forward_entity`,
3840
* which should be populated using the following method (from setup):

0 commit comments

Comments
 (0)