How to reproduce:
- Create a new task on Kanban board
- Click the task to edit it
- Click “SET A REPEATING INTERVAL”
- Change “Repeating mode” to “From current date”
Result:
The interval setting disappeared.
Expected result:
The interval setting stays where it was and the user can continue tweaking its parameters.
Nice catch. I’ve pushed a fix in a5687d78f5. The CI is currently building a new unstable release with it, please check with that in ~30 min if the error is solved for you (should be ready on try in ~30min as well).
Thanks! I am using a Docker image (vikunja/api
). Is the fix also there?
It was a frontend bug, so it’s only in the frontend container (vikunja/frontend
). Since it’s not yet released, you’d have to use the latest tag to get the unstable build.
Seems to be fixed for me, thanks!