We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When editing with iD in the Tasking Manager the html title gets overridden.
The text was updated successfully, but these errors were encountered:
We need to fix this on iD, first. @quincylvania can you help us here?
Sorry, something went wrong.
I added endpoints to iD to customize the page title behavior. You can now prevent iD from changing the title:
iD.coreContext().setsDocumentTitle(false);
Alternatively, you can set your own base string so iD can still show contextual info in the title:
iD.coreContext().documentTitleBase('Task #8582');
The above would result in this title if the mapper had 12 unsaved changes and was selecting a feature named "Main Street":
Thanks @quincylvania ! I solved that issue with #3362
No branches or pull requests
When editing with iD in the Tasking Manager the html title gets overridden.
The text was updated successfully, but these errors were encountered: