Bug 1675466 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This is happening because the urls from bugzilla haven't been updated yet, so when you click on the url with the hash that will be the first entry in the history object, and then once the link is converted to the appropriate hash-free route, another entry is added to the history object. I I could probably replace that first entry with the new one (instead of using `push`), but those urls in bugzilla need to be updated regardless. Do you happen to recall who is managing the Orange Factor component?
This is happening because the urls from bugzilla haven't been updated yet, so when you click on the url with the hash that will be the first entry in the history object, and then once the link is converted to the appropriate hash-free route, another entry is added to the history object. I could probably replace that first entry with the new one (instead of using `push`), but those urls in bugzilla need to be updated regardless. Do you happen to recall who is managing the Orange Factor component?

Back to Bug 1675466 Comment 1