mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 22:48:45 +02:00
LinkedSet: Rename classes / files to match conventions
This commit is contained in:
@@ -19,13 +19,13 @@ use Twig\Environment;
|
||||
use utils;
|
||||
|
||||
/**
|
||||
* Class BlockLinksSetDisplayAsProperty
|
||||
* Class BlockLinkSetDisplayAsProperty
|
||||
*
|
||||
* @internal
|
||||
* @since 3.1.0
|
||||
* @package Combodo\iTop\Application\UI\Links\Indirect
|
||||
*/
|
||||
class BlockLinksSetDisplayAsProperty extends UIContentBlock
|
||||
class BlockLinkSetDisplayAsProperty extends UIContentBlock
|
||||
{
|
||||
public const BLOCK_CODE = 'ibo-block-links-set-as-property';
|
||||
|
||||
|
||||
@@ -30,14 +30,14 @@ use DBObject;
|
||||
use iDBObjectSetIterator;
|
||||
|
||||
/**
|
||||
* Class LinksSetUIBlockFactory
|
||||
* Class LinkSetUIBlockFactory
|
||||
*
|
||||
* @api
|
||||
*
|
||||
* @since 3.1.0
|
||||
* @package Combodo\iTop\Application\UI\Links\Set
|
||||
*/
|
||||
class LinksSetUIBlockFactory extends SetUIBlockFactory
|
||||
class LinkSetUIBlockFactory extends SetUIBlockFactory
|
||||
{
|
||||
|
||||
/**
|
||||
@@ -59,7 +59,7 @@ class LinksSetUIBlockFactory extends SetUIBlockFactory
|
||||
// Set UI block for OQL
|
||||
$oSetUIBlock = SetUIBlockFactory::MakeForOQL($sId, $sTargetClass, $oAttDef->GetValuesDef()->GetFilterExpression(), $sWizardHelperJsVarName);
|
||||
|
||||
$oSetUIBlock->AddJsFileRelPath('js/links/links-set.js');
|
||||
$oSetUIBlock->AddJsFileRelPath('js/links/linkset.js');
|
||||
|
||||
// Add button behaviour
|
||||
if (in_array($oAttDef->GetEditMode(), [LINKSET_EDITMODE_ADDREMOVE, LINKSET_EDITMODE_ADDONLY, LINKSET_EDITMODE_INPLACE, LINKSET_EDITMODE_ACTIONS])
|
||||
|
||||
Reference in New Issue
Block a user