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
If enabledAsModule in the subgraph's Member entity is false we should indicate it to the user. Because the member will not be able to execute transactions even though it is a member of the role.
This can happen if the Roles Modifier's owner (usually the avatar) calls the disableModule function.
The text was updated successfully, but these errors were encountered:
@cedricwaxwing: Reaching this scenario is not easily achievable, it will require somebody to execute a transaction from the Avatar to the module's disableModule function (this is not exposed in any UI). Therefore, I am not sure this is required for https://github.com/gnosis/zodiac-modifier-roles/milestone/1 🤔
jfschwarz
transferred this issue from gnosisguild/zodiac-modifier-roles
Dec 1, 2023
If
enabledAsModule
in the subgraph'sMember
entity is false we should indicate it to the user. Because the member will not be able to execute transactions even though it is a member of the role.This can happen if the Roles Modifier's owner (usually the avatar) calls the
disableModule
function.The text was updated successfully, but these errors were encountered: