1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2025-02-11 14:28:31 +01:00
phorge-phorge/src/applications/mailinglists
Joshua Spence 48f6189f32 Allow mailing lists to be permanently deleted
Summary: Allow `PhabricatorMetaMTAMailingList` to be permanently deleted with `./bin/remove destroy`.

Test Plan:
```
./bin/remove destroy PHID-MLST-nseux3r55escj573shsf
 IMPORTANT: OBJECTS WILL BE PERMANENTLY DESTROYED!

There is no way to undo this operation or ever retrieve this data.

These 1 object(s) will be completely destroyed forever:

    - PHID-MLST-nseux3r55escj573shsf (PhabricatorMetaMTAMailingList)

    Are you absolutely certain you want to destroy these 1 object(s)? [y/N] y

Destroying objects...
Destroying PhabricatorMetaMTAMailingList PHID-MLST-nseux3r55escj573shsf...
Permanently destroyed 1 object(s).
```

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D9979
2014-07-18 11:35:22 +10:00
..
application Use application PHIDs for mailing lists 2013-07-22 12:17:33 -07:00
controller Remove all device = true from page construction 2014-06-23 15:18:14 -07:00
phid Make typeahead datasources default to PHID type icons 2014-07-17 15:49:11 -07:00
query Allow users to select QueryPanel search engines from a list 2014-06-12 13:22:20 -07:00
storage Allow mailing lists to be permanently deleted 2014-07-18 11:35:22 +10:00
typeahead Modernize "mailable" typeahead datasources 2014-07-17 15:44:29 -07:00