refinery / refinerycms-authentication-devise

Devise based authentication extension for Refinery CMS
MIT License
17 stars 61 forks source link

Fix role update issue #46 #47

Closed dreamsoftech closed 8 months ago

dreamsoftech commented 4 years ago

From #46:

When role titles are camel cased, it creates new role named downcased instead of updating properly. For example, when I have role named Community Member, it creates new role named communitymember instead of updating role by community_member.

parndt commented 4 years ago

@dreamsoftech ^ I reviewed this for you 😄

dreamsoftech commented 4 years ago

@parndt Pushed changes

parndt commented 4 years ago

For some reason, CI is seriously unhappy with it.

dreamsoftech commented 4 years ago

@parndt It seems like it needs to rebase this branch against master.

parndt commented 8 months ago

thank you!