-
Notifications
You must be signed in to change notification settings - Fork 6
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
Require solidus #17
Require solidus #17
Conversation
Requiring `spree` results in a load error in real life.
@@ -0,0 +1,8 @@ | |||
<ul class="admin-subnav" data-hook="admin_promotion_sub_tabs"> | |||
<% if can? :admin, SolidusFriendlyPromotions::Promotion %> |
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.
Do these need to be separate permission sets from Spree::Promotion? The upgrade/migration path is simpler if they are not.
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.
The permission sets for this namespace do not exist yet.
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.
Looks good. The permission sets will be fun to add :)
Requiring
spree
results in a load error in real life.