Closed
Description
Steps to reproduce
- Click on existing task with priority > 0
- Click on priority in task details
- Click right behind current priority number and enter a new value
- Click on check mark or somewhere else
Expected behaviour
The priority should be changed to the new value. If the new value was 1, the corresponding VTODO should contain PRIORITY:1
.
Actual behaviour
The priority is changed to the new value and correctly shown in the tasks app. If the new value was 1, the corresponding VTODO contains PRIORITY:-1
. This leads to synchronization errors with other applications (e.g., DAVdroid), as the PRIORITY
property should only be set to values in the range 0 to 9 (like specified in RFC 5545).
Server configuration
Nextcloud version: 12.0.7
Tasks version: 0.9.6
Client configuration
Browser: Chromium 67.0.3396.87