Feat(SQL, UI): Button Icons page, Command Button Links page created with get and set functionality.
This commit is contained in:
@@ -70,7 +70,7 @@ class Dog_Command_Link(SQLAlchemy_ABC, Base):
|
||||
dog_command_link = cls()
|
||||
if json is None: return dog_command_link
|
||||
# Helper_App.console_log(f'{_m}\njson: {json}')
|
||||
dog_command_link.id_link = -1
|
||||
dog_command_link.id_link = json.get(Dog_Command_Link.ATTR_ID_DOG_COMMAND_LINK, -1)
|
||||
dog_command_link.id_dog = json[Dog.ATTR_ID_DOG]
|
||||
dog_command_link.id_command = json[Command.ATTR_ID_COMMAND]
|
||||
dog_command_link.hand_signal_description = json[cls.FLAG_HAND_SIGNAL_DESCRIPTION]
|
||||
|
||||
Reference in New Issue
Block a user