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
- Branch
- master
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 8786 Build 10235: Run Core Tests Build 10234: arc lint + arc unit
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.