Add revision message during state change

Created on 22 March 2019, over 5 years ago
Updated 1 May 2024, 8 months ago

Problem/Motivation
In some cases we have to place revision log message during change of state of the document.

Possible solution
We could add configuration to the kanban section: "Add revision message".
During drag-n-drop action, user wll see dialog window with ability to put log message.

Feature request
Status

Needs work

Version

1.0

Component

Code

Created by

🇺🇦Ukraine anpolimus Kyiv

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇮🇪Ireland stella

    Thanks for the patch! This solved a big issue for me.

    Here's a slightly revised patch with the following changes:

    1. Removes the alert() of result.message on successful change - this is simply just annoying to the user if already familiar with the likes of Trello etc
    2. Simplified the revision log message stored - there is no need for the entity type or the entity id as it is saved against the entity changed.
  • 🇧🇪Belgium dieterholvoet Brussels

    Removes the alert() of result.message on successful change - this is simply just annoying to the user if already familiar with the likes of Trello etc

    This is unrelated to the current issue, so please create a new issue for that.

  • @dieterholvoet opened merge request.
  • 🇧🇪Belgium dieterholvoet Brussels

    Another thing: creating new revisions for state changes should probably be optional, so I think a new configuration option is in order here.

Production build 0.71.5 2024