Revert commit 7865219164 This causes too much grief as we are getting a lot of default values from the database. These *SHOULD* be defined, but will have to be done later.
This commit is contained in:
@@ -242,8 +242,6 @@ class HandledProjectedDroneList(HandledDroneCargoList):
|
||||
|
||||
|
||||
class HandledItem(object):
|
||||
itemModifiedAttributes = None
|
||||
|
||||
def preAssignItemAttr(self, *args, **kwargs):
|
||||
self.itemModifiedAttributes.preAssign(*args, **kwargs)
|
||||
|
||||
@@ -261,8 +259,6 @@ class HandledItem(object):
|
||||
|
||||
|
||||
class HandledCharge(object):
|
||||
chargeModifiedAttributes = None
|
||||
|
||||
def preAssignChargeAttr(self, *args, **kwargs):
|
||||
self.chargeModifiedAttributes.preAssign(*args, **kwargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user