Skip to content

Commit

Permalink
can attach because of 'itemtype' fk field
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Nov 26, 2024
1 parent d6a8aed commit fbddc23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inc/abstractcontainerinstance.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ abstract class PluginFieldsAbstractContainerInstance extends CommonDBChild
public static $itemtype = 'itemtype';
public static $items_id = 'items_id';

public static $mustBeAttached = false;

/**
* This function relies on the static property `static::$plugins_forward_entity`,
* which should be populated using the following method (from setup):
Expand Down

0 comments on commit fbddc23

Please sign in to comment.