Ref T9762. Currently it is not possible to destroy an Alamanac device because any associate bindings cannot be destroyed.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T9762: Removing devices from Almanac services
- Commits
- Restricted Diffusion Commit
rP67b6c532bc54: Allow device bindings to be destroyed
Destroyed an Almanac device.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
This should also destroy associated AlmanacProperty objects, although leaving them around isn't a huge deal.
Possibly DestructionEngine should be more flexible and use some module to automatically destroy AlmanacProperty objects associated with any object which implements AlmanacPropertyInterface.