-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[Self updating plans] When plan name is updated, the title of the plan on the browser tab will stay as the original name #3739
Comments
Browser title gets set on navigation, and we are not listening for subsequent changes. |
The document title is set in Browse.js. |
Does not work with three-dot menu rename, work fine with tree context click rename and Main view title click rename |
#How to Test Update the name through the browse bar, observe it has updated the document title. |
Verified Fixed. |
When plan (domainObject) name is updated via CouchDB, the browser tab name does not change.
Notes:
update Name
openmct/src/ui/layout/BrowseBar.vue
Line 267 in 4c9c084
updateModel
openmct/platform/commonUI/edit/src/actions/PropertiesDialog.js
Line 83 in 4c9c084
The text was updated successfully, but these errors were encountered: