Page MenuHomePhabricator

"New Build Plan" should be greyed out if not allowed by policy
Closed, ResolvedPublic

Description

The "New Build Plan" button. should be greyed out if not allowed by policy. See T7493#100556.

Event Timeline

joshuaspence raised the priority of this task from to Needs Triage.
joshuaspence updated the task description. (Show Details)
joshuaspence added a project: Harbormaster.
joshuaspence added a subscriber: joshuaspence.

Assuming that we want the same behavior as T7507: Should return to previous page after clicking "OK", not actually greying anything out?

It should setDisabled() + setWorkflow(); the former will grey it out (T7507 already had that part). Overall behavior should be the same.