You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a result, we need to show the warning like "The observer might override another observer. In case you do want to override the observer, please disable the original one and introduce the new one with the unique name".
The text was updated successfully, but these errors were encountered:
VitaliyBoyko
changed the title
Implement observer name duplication check
Implement observer name duplication inspection
Mar 3, 2020
VitaliyBoyko
changed the title
Implement observer name duplication inspection
Inspection for possible observer name duplication
Mar 4, 2020
We need to implement a check in a purpose to avoid accidentally overriding an observer.
Acceptance criteria [case warnig]:
Module_Module1 observer:
Module_Module2 observer:
As a result, we need to show the warning like "The observer might override another observer. In case you do want to override the observer, please disable the original one and introduce the new one with the unique name".
The text was updated successfully, but these errors were encountered: