0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-14 13:54:06 +01:00
gitea/models/migrations/fixtures/Test_CheckProjectColumnsConsistency
Denys Konovalov e5160185ed
Add default board to new projects, remove uncategorized pseudo-board ()
On creation of an empty project (no template) a default board will be
created instead of falling back to the uneditable pseudo-board.

Every project now has to have exactly one default boards. As a
consequence, you cannot unset a board as default, instead you have to
set another board as default. Existing projects will be modified using a
cron job, additionally this check will run every midnight by default.

Deleting the default board is not allowed, you have to set another board
as default to do it.

Fixes 
Fixes  along the way
Fixes 

Co-authored-by: delvh <dev.lh@web.de>
2024-03-27 20:54:32 +00:00
..
project.yml Add default board to new projects, remove uncategorized pseudo-board () 2024-03-27 20:54:32 +00:00
project_board.yml Add default board to new projects, remove uncategorized pseudo-board () 2024-03-27 20:54:32 +00:00