Fix a review request page caching issue when setting close descriptions.

Review Request #10349 — Created Dec. 5, 2018 and submitted

Information

Review Board
release-3.0.x
8fb2f9d...

Reviewers

Attempting to modify a review request's close description and then
reloading the page gave the impression that the message didn't save.
This was because the timestamp for the accompanying ChangeDescription
wasn't being factored into the ETag for the page. A shift-reload would
fix this, as would any change affecting other pieces of the ETag.

We now include the timestamp for the ChangeDescription as part of the
ETag, ensuring that any reloads will show the new content immediately.

Unit tests pass.

Manually tested that old content was no longer being cached on reload.

brennie
  1. Ship It!
  2. 
      
brennie
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.0.x (e1b3968)
Loading...