Add some functionality to implantSet service, and get editor working correctly with implant editor view
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user