Skip to content

fix(task-manager): task list per version not readOnly

Pankaj Kandpal requested to merge fix/task-manager-version-list into main

Target issue - #1323 (closed)

As per the current logic, the task list is made readOnly for tasks associated with the previous version of the manuscript. Currently, the tasks are mapped as per the manuscript ID in the database. These manuscript IDs are corresponding to each version. In the database, we have a certain set of tasks mapped corresponding to each manuscript version. To display a complete list of all the tasks, we would require refactoring the relationship between the parent manuscript and all the tasks related to the version.

As a quick fix, we are removing the readOnly view, making the task list uniformly editable corresponding to each version.

Edited by Pankaj Kandpal

Merge request reports