Rework field combo/storage paths
This commit is contained in:
@@ -22,7 +22,6 @@ class ClearOnRead(_OnRead):
|
||||
onreadtype = OnReadType.rclr
|
||||
|
||||
def get_assignments(self, field: 'FieldNode') -> List[str]:
|
||||
field_path = self.get_field_path(field)
|
||||
return [
|
||||
f"next_c = '0;",
|
||||
f"load_next_c = '1;",
|
||||
@@ -34,7 +33,6 @@ class SetOnRead(_OnRead):
|
||||
onreadtype = OnReadType.rset
|
||||
|
||||
def get_assignments(self, field: 'FieldNode') -> List[str]:
|
||||
field_path = self.get_field_path(field)
|
||||
return [
|
||||
f"next_c = '1;",
|
||||
f"load_next_c = '1;",
|
||||
|
||||
Reference in New Issue
Block a user