add Change Note

@Transactional
open fun addChangeNote(user: PandoroUser, noteId: String, contentNote: String, update: Update)

Method to add a change note to an update

Parameters

user

The user owner of the change note

noteId

The identifier of the note to add

contentNote

The content of the note to add

update

The update where the change note will be added