-
Notifications
You must be signed in to change notification settings - Fork 209
Open
Description
Hi
If I have dynamic access like following
data: {
permission: {
only: function (transitionProperties) {
if (transitionProperties.toParams.type === "A") {
return [PERMISSIONS.A];
} else if (transitionProperties.toParams.type === "B") {
return [PERMISSIONS.B];
}
}
}
}
I cannot use permission-sref in my view, any workaround for this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels