•  
     
    story #8485 edit/delete columns directly in Kanban
Summary
project admin
edit/delete columns directly in Kanban
I am no longer obliged to go to tracker to edit/delete my column
  • Edit/Delete a column
    • Next to each value, two icons are added: one for edition and one for deletion
      • If can't be deleted, the deletion is disabled
      • In Route REST, GET Kanban/:id, add "is removeable" to know if it can be removed
    • When click on edition, a form is displayed in order to change the name of the column
      • PATCH /kanban-columns/:id {label: ""}
    • Update Kanban board + resize

 

Benjamin Dauton (bdauton_enalean)
Status
Empty
Done
Development
  • [ ] Does it involves User Interface? 
  • [ ] Are there any mockups?
  • [ ] Are permissions checked?
  • [ ] Does it need Javascript development?
  • [ ] Does it need a forge upgrade bucket?
  • [ ] Does it need to execute things in system events?
  • [ ] Does it impact project creation (templates)?
  • [ ] Is it exploratory?
Empty
Details
#8485
Sandra Echinard (sechinard)
2015-11-20 14:55
2015-10-13 13:07
8610

References
Referencing story #8485

Git commit

tuleap/tuleap/stable

Merge commit 'refs/changes/09/4709/6' of ssh://gerrit.tuleap.net:29418/tuleap into stable 440d3830af
story #8485: Can't add & reorder column if semantic status field is a shared field 4888140036
Merge commit 'refs/changes/63/4663/23' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD 37caabadbc
story #8485: Delete a Kanban column 5c9a318123
Merge commit 'refs/changes/18/4718/5' of ssh://gerrit.tuleap.net:29418/tuleap into stable 975f3296e7
story #8485: enhance modal UX c3c74a645e
story #8485: Update a Kanban column ec21a085b8

tuleap/u/mildred/tuleap/stable

Merge commit 'refs/changes/09/4709/6' of ssh://gerrit.tuleap.net:29418/tuleap into stable 440d3830af
story #8485: Can't add & reorder column if semantic status field is a shared field 4888140036
Merge commit 'refs/changes/18/4718/5' of ssh://gerrit.tuleap.net:29418/tuleap into stable 975f3296e7
story #8485: enhance modal UX c3c74a645e
story #8485: Update a Kanban column ec21a085b8
Merge commit 'refs/changes/63/4663/23' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD 37caabadbc
story #8485: Delete a Kanban column 5c9a318123
Referenced by story #8485

Follow-ups