Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow editing default project column #29873

Closed
delvh opened this issue Mar 17, 2024 · 0 comments · Fixed by #29874
Closed

Allow editing default project column #29873

delvh opened this issue Mar 17, 2024 · 0 comments · Fixed by #29874
Assignees
Labels
proposal/accepted We have reviewed the proposal and agree that it should be implemented like that/at all. type/proposal The new feature has not been accepted yet but needs to be discussed first.

Comments

@delvh
Copy link
Member

delvh commented Mar 17, 2024

Feature Description

When creating an org project, and adding a second column, only the second column can be edited, the default column can't.

Instead, all columns should be able to change their settings (however, for the default board only name and color, not delete or unpin to avoid inconsistent states).

Extract from #23318

Screenshots

No response

@delvh delvh added the type/proposal The new feature has not been accepted yet but needs to be discussed first. label Mar 17, 2024
@denyskon denyskon self-assigned this Mar 17, 2024
@denyskon denyskon added the proposal/accepted We have reviewed the proposal and agree that it should be implemented like that/at all. label Mar 17, 2024
6543 pushed a commit that referenced this issue Mar 27, 2024
…29874)

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 #29873
Fixes #14679 along the way
Fixes #29853

Co-authored-by: delvh <dev.lh@web.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal/accepted We have reviewed the proposal and agree that it should be implemented like that/at all. type/proposal The new feature has not been accepted yet but needs to be discussed first.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants