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

Bug: Cannot edit a user's slug #8547

Closed
cobbspur opened this issue Jun 8, 2017 · 0 comments · Fixed by TryGhost/Admin#731
Closed

Bug: Cannot edit a user's slug #8547

cobbspur opened this issue Jun 8, 2017 · 0 comments · Fixed by TryGhost/Admin#731
Labels
affects:admin Anything relating to Ghost Admin bug [triage] something behaving unexpectedly P2 - High [triage] High priority for immediate patch release

Comments

@cobbspur
Copy link
Member

cobbspur commented Jun 8, 2017

Issue Summary

A summary of the issue and the browser/OS environment in which it occurs.

Editing a user's slug results in an error Cannot read property 'path' of null

https://puu.sh/wdt5m/8f7de77fff.png

Steps to Reproduce

As blog owner (not tested yet with other user roles), edit the slug of either blog owner or any user then save.

Technical details:

  • Ghost Version: 1.0.0-alpha.21
  • Browser/OS: Chrome
@kevinansfield kevinansfield added affects:admin Anything relating to Ghost Admin bug [triage] something behaving unexpectedly labels Jun 8, 2017
@kirrg001 kirrg001 added the P2 - High [triage] High priority for immediate patch release label Jun 8, 2017
kevinansfield added a commit to kevinansfield/Ghost-Admin that referenced this issue Jun 8, 2017
closes TryGhost/Ghost#8547
- `window.history.state` is no longer a thing (not sure if it's a recent browser change or because we switched to hash-urls) so the URL change logic after a successful user save needs to use `window.location.hash` instead
aileen pushed a commit to TryGhost/Admin that referenced this issue Jun 8, 2017
closes TryGhost/Ghost#8547
- `window.history.state` is no longer a thing (not sure if it's a recent browser change or because we switched to hash-urls) so the URL change logic after a successful user save needs to use `window.location.hash` instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects:admin Anything relating to Ghost Admin bug [triage] something behaving unexpectedly P2 - High [triage] High priority for immediate patch release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants