change Note Moved

@Transactional
open fun changeNoteMoved(author: PandoroUser, currentOwner: Update, nextOwner: Update, changeNote: Note)

Method used to store the CHANGENOTE_MOVED_TO and CHANGENOTE_MOVED_FROM events

Parameters

author

The author who made an action which created the event

currentOwner

The current update from where the change note has been moved

nextOwner

The next update where the change note has been moved

changeNote

The moved change note