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
Unknown Object (File)
Thu, Mar 14, 5:24 PM
Unknown Object (File)
Sun, Mar 10, 3:24 AM
Unknown Object (File)
Feb 3 2024, 10:48 PM
Unknown Object (File)
Feb 2 2024, 1:16 AM
Unknown Object (File)
Jan 20 2024, 4:46 PM
Unknown Object (File)
Jan 16 2024, 5:59 PM
Unknown Object (File)
Jan 7 2024, 5:12 PM
Unknown Object (File)
Jan 3 2024, 7:45 PM
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