Content
View differences
Updated by Bruno Pagno 5 days ago
The goal is to be able to change behaviour of boards from single to multiple versions.
* if the instance of OpenProject is still in single version mode, then:
* when moving a ticket from one column to another, they should reassign the version
* if the instance is on multiple version mode, then:
* when moving a ticket, it removes the version from source, and adds the version from target
Reference implementacion - [https://github.com/opf/openproject/pull/22473/changes/4400a258916fdd5fa10ceeddfe09f8d6ef2a212c](https://github.com/opf/openproject/pull/22473/changes/4400a258916fdd5fa10ceeddfe09f8d6ef2a212c) (incomplete and possibly broken, but some context at least)
* if the instance of OpenProject is still in single version mode, then:
* when moving a ticket from one column to another, they should reassign the version
* if the instance is on multiple version mode, then:
* when moving a ticket, it removes the version from source, and adds the version from target
Reference implementacion - [https://github.com/opf/openproject/pull/22473/changes/4400a258916fdd5fa10ceeddfe09f8d6ef2a212c](https://github.com/opf/openproject/pull/22473/changes/4400a258916fdd5fa10ceeddfe09f8d6ef2a212c) (incomplete and possibly broken, but some context at least)