Skip to content

Update nullable on author field on NoteType

Alexandru Croitor requested to merge fix_author_field_in_note_type into master

What does this MR do and why?

Update nullable on author field on NoteType

We cannot guarantee that note author will not be null as we want to keep track of the system changes happening on work items. So when a user is completelly removed from the system, i.e. removed from DB we still want to keep historical information about what happened on a specific work item so we would show a "delete user" info.

#438713 (closed)

Changelog: fixed

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports