Removes "delete" and uses "archive/activate" instead for Phame Blogs. Ref T9756
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T9756: Allow Blogs and Posts to be archived
- Commits
- Restricted Diffusion Commit
rP62e129d7a6d1: Allow Phame Blogs to be archived instead of deleted
Archive a blog, see in search, activate blog, see in other search.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- archive-blog
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 8963 Build 10522: Run Core Tests Build 10521: arc lint + arc unit
Event Timeline
Comment Actions
Consider withStatuses(array $statuses) instead of withStatus($status). The former is a bit more flexible if we introduce other types of statuses later.