Fixes T4299, Add status dropdown to mock edit view
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T4299: Close/remove mocks in Pholio
- Commits
- Restricted Diffusion Commit
rP3d457a53be60: Close pholio mocks
Edit mock, close mock, thumbnail title should read (Disabled). Default mocks list should show only open mocks.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- closemocks
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 516 Build 516: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
src/applications/pholio/query/PholioMockSearchEngine.php | ||
---|---|---|
123 | I'm worried if this gets cut off in long titles? Don't recall the CSS offhand. |
Comment Actions
One inline.
src/applications/pholio/phid/PholioPHIDTypeMock.php | ||
---|---|---|
45 | This should only be if ($mock->getStatus() == 'closed') (or maybe write $mock->isClosed() to future-proof this a little). | |
src/applications/pholio/query/PholioMockSearchEngine.php | ||
123 | (We're doing the same thing in Macro right now, the pinboards just don't have a "disabled" style yet.) |