-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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: Wrong route defined in user accounts for admin #3193
fix: Wrong route defined in user accounts for admin #3193
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just a question, is this the only place which has a broken link?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please post a screenshot
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prateekj117 just a query, can you please check if this change is not required here too - app/controllers/admin/users.js
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@prateekj117 Can you please fix this also empty UI segment is getting displayed.
You also need to fix the routes in Admin/Users
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Follow semantic PR title.
@CosmicCoder96 Do I need to solve the issue pointed by @kushthedude in this issue itself? |
@kushthedude I will open a separate issue for it. You can take that up. |
Fixes #3181
Short description of what this resolves:
Wrong route is defined for Accounts Link in admin panel of users
Changes proposed in this pull request:
Defined the route properly so that admin can see user details
Checklist
development
branch.