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

[Self updating plans] When plan name is updated, the title of the plan on the browser tab will stay as the original name #3739

Closed
2 tasks
deeptailor opened this issue Mar 4, 2021 · 5 comments · Fixed by #4367

Comments

@deeptailor
Copy link
Contributor

deeptailor commented Mar 4, 2021

When plan (domainObject) name is updated via CouchDB, the browser tab name does not change.

Notes:

@akhenry
Copy link
Contributor

akhenry commented Mar 4, 2021

Browser title gets set on navigation, and we are not listening for subsequent changes.

@akhenry
Copy link
Contributor

akhenry commented Oct 11, 2021

The document title is set in Browse.js.

@nikhilmandlik
Copy link
Contributor

nikhilmandlik commented Dec 13, 2021

Does not work with three-dot menu rename, work fine with tree context click rename and Main view title click rename

@unlikelyzero
Copy link
Collaborator

#How to Test
Navigate to a domain object in the file tree and select it.

Update the name through the browse bar, observe it has updated the document title.
Right click on the selected domain object in the tree, click Edit Properties. Update the name and save the dialog. Observe that the changed name has been reflected in the document title.
Ensure that changing a domain object that is not selected, does not update the document title.

@nikhilmandlik
Copy link
Contributor

Verified Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants