Made the edit path of the Edit controller work (before only create worked), also added in the link for the cog icon to actually land you on the edit page for the correct column. Some cleanup too. *cough*
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T1344: Create the ability to show a Trello style view for projects.
- Commits
- Restricted Diffusion Commit
rP10ea1dd74900: Workboard - Make the edit icons on the columns actually work
Click on gear
Look at fancy title you are about to edit
Change it
Enjoy changed title
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
A couple of minor inlines, this looks good otherwise.
src/applications/project/controller/PhabricatorProjectBoardController.php | ||
---|---|---|
46–51 | This probably derps for projects with no columns yet, but that's fine. | |
61 | For consistency, include the trailing "/" in this URI. We'll add it automatically if it's omitted, but Phabricator URIs generally end with a "/". | |
src/applications/project/controller/PhabricatorProjectBoardEditController.php | ||
38–39 |
| |
73–78 | This should only be for new columns -- editing a column shouldn't change its sequence number. |