-
Notifications
You must be signed in to change notification settings - Fork 87
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
Custom User Roles #131
Comments
Unfortunately, it's not possible now. |
We want to deliver orders for locations for the end-user to collect. We want these locations to be able to mark when an order has been collected but to only see the orders that will arrive at that location so they don't mark orders for other locations as collected :) |
If I got your idea correctly then you need roles for order types. Is it so? |
@sugarfree1 roles for order location. |
Just to clarify, location is a custom field in your business process and it is stored in your order data. So you want to filter orders by custom fields for users. Did I get you idea correctly? |
Yes :) so User A only sees orders for User A based on a field (or even just the business logic assigning it to that user) and User B only sees orders for User B :) |
Ok, I got it. We are planning to add the user groups feature in future and try to cover your use-case. For now I could advise you a workaround. You could assign orders with a third party tool through REST API and filter them on the index page. Unfortunately the orders would still remain visible to other users. |
We want to only allow certain users to be able to administrate orders that are assigned to them, is this possible ?
The text was updated successfully, but these errors were encountered: