Skip to content

Reference navigation. Reference: disabled plugin declaration -> plugin declaration #146

Closed
@VitaliyBoyko

Description

@VitaliyBoyko

Preconditions (*)

  • 2 modules in the system: Module_Foo and Module_Bar
  • Module_Foo di.xml declares a plugin
<type name="SomeTarget">
    <plugin name="plugin_id" type="SomePlugin" />
</type>
  • Module_Bar di.xml disables a plugin
<type name="SomeTarget">
    <plugin name="plugin_id" disabled="true" />
</type>

Acceptance criteria

  • a reference navigation element is added to attribute name of the plugin tag with attribute disabled="true" to easily navigate form disabling declaration to original declaration, in this case, from Module_Bar/etc/di.xml to Module_Foo/ets/di.xml.
  • the functionality is covered by tests

Metadata

Metadata

Assignees

Labels

Award: test coverageMediumPriority: P3May be fixed according to the position in the backlogSeverity: S3Affects non-critical data or functionality and does not force users to employ a workaroundreference navigation

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions