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: Wrong route defined in user accounts for admin #3193

Merged
merged 4 commits into from
Jun 29, 2019

Conversation

prateekj117
Copy link
Member

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

  • I have read the Contribution & Best practices Guide.
  • My branch is up-to-date with the Upstream development branch.
  • The acceptance, integration, unit tests and linter pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Copy link
Member

@mrsaicharan1 mrsaicharan1 left a 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?

Copy link
Member

@kushthedude kushthedude left a 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

Copy link
Contributor

@uds5501 uds5501 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Member

@shreyanshdwivedi shreyanshdwivedi left a 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?

Copy link
Member

@kushthedude kushthedude left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image
@prateekj117 Can you please fix this also empty UI segment is getting displayed.
You also need to fix the routes in Admin/Users

Copy link
Member

@mrsaicharan1 mrsaicharan1 left a 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.

@prateekj117 prateekj117 changed the title Wrong route defined in user accounts for admin fix: Wrong route defined in user accounts for admin Jun 25, 2019
@auto-label auto-label bot added the fix label Jun 25, 2019
@prateekj117
Copy link
Member Author

prateekj117 commented Jun 25, 2019

@CosmicCoder96 Do I need to solve the issue pointed by @kushthedude in this issue itself?

@prateekj117
Copy link
Member Author

@kushthedude I will open a separate issue for it. You can take that up.

@niranjan94 niranjan94 merged commit 77f0efa into fossasia:development Jun 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Admin: undefined route in `Admin/User'
8 participants