How to Change Default State of Concurrent Editing for New Review Tasks
How to turn off the concurrent editing feature by default when new review tasks are created.
When a new review task is created, the concurrent editing feature is enabled by default for the particular review task. Task owners can turn the concurrent editing off for a particular task by using the Enable Concurrent Editing option in the Task Settings page. It is possible for administrators to change the default state of the feature for new review tasks.
To have concurrent editing turned off by default for new tasks, follow these steps:
- On the machine where Oxygen Content Fusion is installed, add this line to the
/fusion/data/config/api/api.properties
file:
CONCURRENT_EDITING_ON_NEW_TASKS=false
- Restart the Content Fusion
machine:
sudo bash /fusion/admin/stop-content-fusion.sh sudo bash /fusion/admin/start-content-fusion.sh