Add some functionality to implantSet service, and get editor working correctly with implant editor view

This commit is contained in:
blitzmann
2016-03-20 12:49:29 -04:00
parent c1653c5f2e
commit 80e47d5157
4 changed files with 49 additions and 7 deletions

View File

@@ -35,7 +35,7 @@ mapper(ImplantSet, implant_set_table,
"_ImplantSet__implants": relation(
Implant,
collection_class = HandledImplantBoosterList,
cascade='all,delete-orphan',
cascade='all, delete, delete-orphan',
backref='set',
single_parent=True,
primaryjoin = implantsSetMap_table.c.setID == implant_set_table.c.ID,