-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added locked state on list cell renderer #220
base: master
Are you sure you want to change the base?
Conversation
@@ -8,6 +8,7 @@ export default Component.extend(CellRendererMixin, { | |||
}), | |||
|
|||
isEditing: false, | |||
locked: this?.column?.locked ?? false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you make this a computed instead ?
cell_renderers: | ||
no_permission: | ||
mailings: You don't have permission to access this mailing | ||
lists: You don't have permission to access this list | ||
campaigns: You don't have permission to access this campaign | ||
tracking_plans: You don't have permission to access this tracking plan | ||
acquisition_campaigns: You don't have permission to access this live capture campaign |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not super fan of having this in this project tbh. it's highly bound to upfluence context which this project isn't. we can discuss it live if you want
What does this PR do?
Related to : #
What are the observable changes?
π§βπ» Developer Heads Up
β‘ Since we are using Ember Octane now:
Useful Resource : Ember Octane vs Classic Cheat Sheet
Good PR checklist
Additional Notes