Skip to content

Issuable title updates no longer update last_edited values

Mario Celi requested to merge 365998-only-description-updates-last-edited into master

What does this MR do and why?

Before both title and description updates of an issuable would trigger an update of the columns that store last_edited by information. Now, only updating the description will trigger these updates.

AS discussed in #365998 (comment 1095456364) it is alright from a UX perspective that this change affects:

  • Issues
  • Merge Requests
  • Epics

How to set up and validate locally

  1. Create a new issue
  2. Update the title of the issue
  3. No edited <time> ago by <username> message shoud appear below the description of the issue
  4. Update the description of the issue
  5. A edited <time> ago by <username> message should appear below the description of the issue
  6. This should be true for updating merge requests and epics too

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #365998 (closed)

Merge request reports