1
0

fix(projects): don't allow making a project child of itself

This commit is contained in:
kolaente
2023-03-27 12:56:01 +02:00
parent aafcb0bac4
commit b482664d82
3 changed files with 35 additions and 1 deletions

View File

@ -63,6 +63,7 @@ This document describes the different errors Vikunja can return.
| 3007 | 400 | A project with this identifier already exists. |
| 3008 | 412 | The project is archived and can therefore only be accessed read only. This is also true for all tasks associated with this project. |
| 3009 | 412 | The project cannot belong to a dynamically generated namespace like "Favorites". |
| 3010 | 412 | This project cannot be a child of itself.|
## Task