Skip to content

Remove view fragment caching for project READMEs

Toon Claes requested to merge 26585-remove-readme-view-caching into master

What does this MR do?

It only cached the rendered README and no longer both the plain README and view fragment.

Are there points in the code the reviewer needs to double check?

It also should work in case the README was removed: #29594 (closed)

Why was this MR needed?

It could happen the README view fragment was not updated due to caching.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #26585 (closed), #29594 (closed)

Merge request reports