Page MenuHomePhabricator

Allow device bindings to be destroyed
ClosedPublic

Authored by joshuaspence on Nov 11 2015, 1:17 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 21, 5:19 PM
Unknown Object (File)
Mon, Apr 15, 10:07 AM
Unknown Object (File)
Mon, Apr 15, 5:35 AM
Unknown Object (File)
Sat, Apr 6, 12:00 AM
Unknown Object (File)
Thu, Mar 28, 3:18 AM
Unknown Object (File)
Mar 14 2024, 6:34 PM
Unknown Object (File)
Mar 14 2024, 6:32 PM
Unknown Object (File)
Mar 14 2024, 6:32 PM
Subscribers

Details

Summary

Ref T9762. Currently it is not possible to destroy an Alamanac device because any associate bindings cannot be destroyed.

Test Plan

Destroyed an Almanac device.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Allow device bindings to be destroyed.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.

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.

This revision is now accepted and ready to land.Nov 15 2015, 4:50 PM
This revision was automatically updated to reflect the committed changes.