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
F18832806: D20637.id.diff
Sat, Oct 25, 11:12 PM
F18826215: D20637.diff
Fri, Oct 24, 2:57 AM
F18817501: D20637.id49237.diff
Tue, Oct 21, 4:06 PM
F18807223: D20637.id49222.diff
Sat, Oct 18, 11:55 PM
F18658344: D20637.diff
Sep 23 2025, 5:57 AM
F18658203: D20637.diff
Sep 23 2025, 5:18 AM
F18658202: D20637.diff
Sep 23 2025, 5:18 AM
F18657688: D20637.diff
Sep 23 2025, 2:54 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