Skip to content

Tag filter of an AttributeExternalKey may be redefined #71

@xtophe38

Description

@xtophe38

Nothing forbids the filter of an AttributeExternalKey to be redefined by an extension. But this is denied by iTop-schema at the moment and an error is displayed.

For instance:
<field id="functionalci_id" xsi:type="AttributeExternalKey" _delta="must_exist">
<filter _delta="redefine"><![CDATA[SELECT FunctionalCI WHERE finalclass IN ('NetworkDevice', 'Server', 'VirtualMachine')]]></filter>
</field>

=> Attribute _delta is not allowed here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions