Skip to content
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

Fix the admin tab #10

Closed
wants to merge 2 commits into from
Closed

Conversation

tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented Aug 15, 2017

In Solidus < 1.4 we still need a Deface override, but need to check the permissions of the user, so it does not appear in the login screen.

For Solidus >= 1.4 we use the Spree::Config::Backend::MenuItem configuration.

@salverde
Copy link

just confirmed this works locally! 🎉

@tvdeyen tvdeyen force-pushed the fixes-admin-tab branch 2 times, most recently from d22a3d8 to fe71b5b Compare August 15, 2017 12:35
In Solidus < 1.4 we still need a Deface override, but need to check the permissions of the user, so it does not appear in the login screen.

For Solidus >= 1.4 we use the `Spree::Config::Backend::MenuItem` configuration.
There is no need to override the label attribute of the admin tab. Solidus will use the first argument and translates it for us.
@kennyadsl
Copy link
Member

@tvdeyen what about merging this one? I think it's still an issue

@elia
Copy link
Member

elia commented Oct 11, 2019

Fixed by #45 & #47

@elia elia closed this Oct 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants