Release Notes

Public

9.0.16.4146: Apr 07 2020

Bug

Windows - Plastic: We fixed an unexpected error in the Code Review window.

When you resolve a change request, the Code Review window displays a clickable link in the change requests list panel. It allows the reviewer (or anyone, actually) to navigate to the changeset in which the change request was applied.

However, these links should only work for code reviews of branches. If you created a code review for a single changeset, you got the aforementioned error when you clicked the change request resolution link.

We changed the UI so those links don't appear if the displayed code review was created for a changeset.

Bug

Windows - Plastic: The Code Review failed to show diffs when selecting a comment.

Sometimes, when navigating to a change, question or comment, due to concurrency issues, the diff viewer did not display the diff content. Now it's fixed.