Soufiane El Kassib
Soufiane El Kassib
I am using now the latest version of groupify repo in my gemfile and it's working fine, but named groups are still not working.
Here's my configuration: app/models/organization.rb ```ruby class Organization < ApplicationRecord groupify :group end ``` app/models/organization_membership.rb ```ruby class OrganizationMembership < ApplicationRecord groupify :group_membership end ``` app/models/user.rb ```ruby class User < ApplicationRecord groupify...
This means i can't use them both, groups and named groups ? Because I am using also groups as organisations.
I confirm what @gaetan-pc said switching to the `fix/rails5-named-groups` fixed the problem. Maybe it should be merge to master.
I have the same problem and i am getting 403 with `GET /users/me `when checking for `$strapi.user`
@benjamincanac my bad, i created an new role but forgot to add 'User.me'. thanks
Having the same issue
I think the way it is implemented doesn't take into account to remove unselected roles: ``` javascript /** * Updates the user. * * @param id the id of the...
@StanZGenchev As AngularJs has reached its end of life, are there any plans to switch to Angular or any other still-supported UI framework?
Maybe adapting the official fundamentals library angular implementation might require less overwork.