Page MenuHomePhabricator

Remove remnants of clumsy old URI state handling from workboards
ClosedPublic

Authored by epriestley on Jul 2 2019, 4:30 PM.
Tags
None
Referenced Files
F15416964: D20637.id49222.diff
Thu, Mar 20, 2:33 PM
F15400101: D20637.id49222.diff
Mon, Mar 17, 9:42 AM
F15397642: D20637.id49237.diff
Sun, Mar 16, 9:30 PM
F15395229: D20637.diff
Sun, Mar 16, 4:00 AM
F15382434: D20637.diff
Fri, Mar 14, 12:22 PM
F15367623: D20637.diff
Tue, Mar 11, 8:06 PM
F15337273: D20637.diff
Sun, Mar 9, 5:05 AM
F15333949: D20637.id49237.diff
Sat, Mar 8, 5:50 AM
Subscribers
None

Details

Summary

Depends on D20636. Ref T4900. Previously, some workflows didn't know how to identify the default state for the board, so they needed explicit ("force") parameters.

Everything uses the same state management code now so we can rip out the old stuff.

Test Plan

Changed board filters, selected a custom filter, edited a custom filter.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley added inline comments.
src/applications/project/controller/PhabricatorProjectBoardViewController.php
721–741

No actual changes here, just making the code look more similar throughout the controller.

This revision is now accepted and ready to land.Jul 2 2019, 10:56 PM