Issuable title updates no longer update last_edited values
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
- Create a new issue
- Update the title of the issue
- No
edited <time> ago by <username>
message shoud appear below the description of the issue - Update the description of the issue
- A
edited <time> ago by <username>
message should appear below the description of the issue - 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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #365998 (closed)