Skip to content

Invalid priority value #180

Closed
Closed
@treiher

Description

@treiher

Steps to reproduce

  1. Click on existing task with priority > 0
  2. Click on priority in task details
  3. Click right behind current priority number and enter a new value
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions