-
Notifications
You must be signed in to change notification settings - Fork 24
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
Enforce Pricing for Task/Project Management Features #6767
Conversation
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 very solid already 👍 I've left some minor comments. after these, I'll test the pr.
frontend/javascripts/admin/organization/organization_edit_view.tsx
Outdated
Show resolved
Hide resolved
frontend/javascripts/admin/organization/organization_edit_view.tsx
Outdated
Show resolved
Hide resolved
@philippotto I considered you suggesting and implemented the feedback. Please re-review. Thanks. |
Co-authored-by: Philipp Otto <[email protected]>
Co-authored-by: Philipp Otto <[email protected]>
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.
Nice, works very well 👍
This PR adds restrictions to the availability of certain features depending on your organization's plan. In particular, it prevents unauthorized access to Task & Projects etc.
Changes:
URL of deployed dev instance (used for testing):
Steps to test:
Issues:
(Please delete unneeded items, merge only when none are left open)