Skip to content

Draft: Allow toggling confidential note status

What does this MR do?

Allow notes to have their confidential status toggled after creation.

  • Display toggle ONLY on first note in threads
  • Also check back-end confidential flag not trying to be set on anything other than first note in thread
  • When toggled (back-end) check if part of thread and if so update all notes accordingly
  • Move check for confidential checkbox into discussion_notes.vue

Screenshots or Screencasts (strongly suggested)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #321446

Edited by John Hope

Merge request reports