-
-
Notifications
You must be signed in to change notification settings - Fork 278
[base-controller]: Always allow using actions/events from the same controller #2047
Copy link
Copy link
Closed
Labels
enhancementNew feature or requestNew feature or requestteam-wallet-frameworkDeprecated: Please use `team-core-platform` instead.Deprecated: Please use `team-core-platform` instead.
Description
Our newer controllers use a "restricted controller messenger" that has limited access to the global messenger, letting us track how controllers are related to each other and restrict access.
This restricted controller messenger was intended only to restrict access to external events and actions, but unfortunately today it also restricts access to actions/evens from the same controller. This is inconvenient and serves no purpose. We should allow using actions and events from the same controller without requiring these actions/evens to be listed as "allowed" by the restricted controller.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestteam-wallet-frameworkDeprecated: Please use `team-core-platform` instead.Deprecated: Please use `team-core-platform` instead.