Page MenuHomePhabricator

Can't edit or create Task from Workboard
Closed, ResolvedPublic

Description

I've just upgraded our installation of phabricator according to Installation guide.
Everything went well, but now I figured out that I can't edit tasks on project workboard (ticket edit button doesn't work). And I can't create tasks from workboard (column dropdown item). It just seems smth. blocking an ability to follow the link.
A bit later I figured out that if I remove 'data-sigil="column-add-task"' and 'data-sigil="edit-project-card"' from HTML then it'll work.
Thus as a dirty workaround I commented out following lines:

src/applications/project/controller/PhabricatorProjectBoardViewController.php:559
src/applications/project/view/ProjectBoardTaskCard.php:66

and it's working in my setup right now. But maybe there's a better way to fix this

Event Timeline

aleksandr.borisov raised the priority of this task from to Needs Triage.
aleksandr.borisov updated the task description. (Show Details)
aleksandr.borisov added a project: Roadmap.

Nice, we actually hit a race!

I won... but I really lost.

You'll always be a winner in your heart.

epriestley claimed this task.

I can't reproduce this at HEAD and rP983c6f specifically fixed this, so I'm 99% sure you're just behind that change and updating again will resolve things. That commit was made about 18 hours ago.

If you still have issues after updating, let us know.

Nice, I've just upgraded again and confirm that it's working. Thanks!
Was unfortunate to upgrade just few hours before this commit:)