-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Medium
-
Component/s: Organize - Navigation - Sidebar (Content Tree)
-
2
-
Severity 3 - Minor
Issue Summary
Error message when trying to change a title emoji via rename feature.
Steps to Reproduce
- Go to a space > find any page (using the new editor)
- Click on "..." (next to the name in side navigation) > Rename
- Change the icon
- Press enter or click anywhere to save the changes
Expected Results
Emoji should change without any errors.
Actual Results
Error message shows up:
Something went wrong Try renaming again.
The below exception is thrown in the network tab:
Request URL: https://SITE.atlassian.net/wiki/rest/api/content/PAGEID/property/emoji-title-published
Request Method: PUT
Status Code: 409 Conflict
Request URL: https://SITE.atlassian.net/wiki/rest/api/content/PAGEID/property/emoji-title-draft
Request Method: PUT
Status Code: 409 Conflict
Workaround
Edit the page and change the emoji through the editor.