Cannot edit the already added favorites in the bookmarks and favorites section of navigator on platformDescription<!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms On editing the already added favorites in the Bookmarks and Favorites section of the navigator, the changes does not get saved after refreshing the browser. Steps to Reproduce:-Add modules to favorite-Go to favorites tab and click the pencil at bottom to edit-Rename any favorite and rearrange it's position-Save the changes-Refresh the pageObserve that the changes made didn't get saved. Release Any Release Cause Any bookmark (in the sys_ui_bookmark table) with a blank title and a blank url, causes the issue of not being able to save the changes made on existing favorites. Resolution To resolve the issue follow the steps below: -Navigate to sys_ui_bookmark.list table -Search for a bookmark with blank title and blank url -Export the xml for that record and use the delete UI action to remove that bookmark record -Refresh the browser page -Test by renaming or re-ordering any added favorite in the navigator Observe that now the changes made on favorites get saved.