solidus_user_roles icon indicating copy to clipboard operation
solidus_user_roles copied to clipboard

Advanced user roles for Solidus.

Results 10 solidus_user_roles issues
Sort by recently updated
recently updated
newest added

Is this repository still active? In one year there was no activity, would you mind if I asked to move it under [solidus-contrib](https://github.com/solidusio-contrib)?

Needed for compatibility with Solidus v3

I'm having an error when try to use master. ``` /gems/bootsnap-1.4.6/lib/bootsnap/load_path_cache/core_ext/active_support.rb:80:in `block in load_missing_constant': uninitialized constant SolidusUserRoles::Spree::Role (NameError) ``` Seems that is failing to load `Spree::Role`. I'm using ruby 2.6.5...

Following the steps in the README, I added added the gem to my Gemfile then ran bundle install ``` # bundle install Fetching gem metadata from https://rubygems.org/........... Fetching gem metadata...

Update the CI version matrix, adding v2.9 and removing the now EOL v2.4.

I get this error after upgrading the extension for Solidus, from v2.4 to v2.7 I found why: https://github.com/solidusio/solidus/commit/0e83b33f710b7112a237ac23560b667f0e0fbf6a#diff-6d403e04474bc828ef62de534aafb9d6 They removed the `StockTransfer` functionality from core. I think it would be...

Sometimes a permission set class that's referred to in a role can go away (e.g. in Rails 2.8, the ReportDisplay class was extracted into a gem). In that case, we...

### How to reproduce: - Create role with ProductDisplay and ProductManagement permissions - Add role to user - Login on admin with user - Try to create or update (or...

Is the Roles supposed to be a sub item under users? Seems like its at the root level. Is this a known issue?

This update utilizes Solidus dev tools to bump this extension to work with the latest version of Solidus. Minor changes to deprecated code were made to ensure functionality