We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In relation to this comment, it has been suggested that the "account/show" view could be refactored into a separate component.
The goal of this issue is to create a new component, accounts/show, that will encapsulate the existing functionality of the "account/show" view.
The resulting implementation should allow the "account/show" view to be rendered as follows:
# admin/app/views/solidus_admin/accounts/show.html.erb <%= render component('accounts/show').new( email: current_solidus_admin_user.email, logout_path: solidus_admin_logout_path, logout_method: solidus_admin_logout_method, ) %>
The text was updated successfully, but these errors were encountered:
@rainerdema I changed the account link to point toward the legacy edit user link, I think we can postpone this until we have designs, wdyt?
Sorry, something went wrong.
We'll tackle the account section later, for now we turned the page into a redirect to admin_user_edit_path
elia
Successfully merging a pull request may close this issue.
In relation to this comment, it has been suggested that the "account/show" view could be refactored into a separate component.
The goal of this issue is to create a new component, accounts/show, that will encapsulate the existing functionality of the "account/show" view.
The resulting implementation should allow the "account/show" view to be rendered as follows:
The text was updated successfully, but these errors were encountered: