@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix permission check for "Create Task" on workboards

Summary: Fixes T9090. You don't need to be able to edit a project to create tasks on its workboard. Being able to view the project is sufficient, and the user certianly can if they got this far.

Test Plan: Viewed workboard, hit "Create Task".

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T9090

Differential Revision: https://secure.phabricator.com/D14015

+1 -2
+1 -2
src/applications/project/controller/PhabricatorProjectBoardViewController.php
··· 624 624 ->setMetadata( 625 625 array( 626 626 'columnPHID' => $column->getPHID(), 627 - )) 628 - ->setDisabled(!$can_edit); 627 + )); 629 628 630 629 $batch_edit_uri = $request->getRequestURI(); 631 630 $batch_edit_uri->setQueryParam('batch', $column->getID());