mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 05:58:46 +02:00
N°3190 - Edit n:n LinkedSetIndirect in object details using a tagset-like widget
- Add generic set block ui component - Add model link set (direct and indirect) attribute (display style) - Add model link set direct allowed values - Create link set viewer block UI (BlockLinksSetDisplayAsProperty) - Add set block ui factory for linkset - Add object factory and create new endpoint in object controller (with data binder) - Add link set model, link set repository and link set data transformer services
This commit is contained in:
@@ -19,7 +19,8 @@ use PHPUnit\Exception;
|
||||
*/
|
||||
class BlockIndirectLinksViewTable extends AbstractBlockLinksViewTable
|
||||
{
|
||||
public const BLOCK_CODE = 'ibo-block-indirect-links-view-table';
|
||||
public const BLOCK_CODE = 'ibo-block-indirect-links-view-table';
|
||||
public const REQUIRES_ANCESTORS_DEFAULT_JS_FILES = true;
|
||||
|
||||
/** @inheritdoc */
|
||||
public function GetTargetClass(): string
|
||||
|
||||
Reference in New Issue
Block a user