-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Labels
Award: test coverageMediumPriority: P3May be fixed according to the position in the backlogMay be fixed according to the position in the backlogSeverity: S3Affects non-critical data or functionality and does not force users to employ a workaroundAffects non-critical data or functionality and does not force users to employ a workaroundreference navigation
Milestone
Description
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, fromModule_Bar/etc/di.xml
toModule_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 backlogMay be fixed according to the position in the backlogSeverity: S3Affects non-critical data or functionality and does not force users to employ a workaroundAffects non-critical data or functionality and does not force users to employ a workaroundreference navigation