Feat: Assessment page completed with save method combining Assessment, Distraction, Assessment Command Modality Link, and Assessment Response save for creating new complete Assessnent.
This commit is contained in:
@@ -989,6 +989,10 @@ INSERT INTO parts.DOG_Bribe (
|
||||
)
|
||||
VALUES
|
||||
(
|
||||
'NONE'
|
||||
, 'None'
|
||||
)
|
||||
, (
|
||||
'TREAT'
|
||||
, 'Treat'
|
||||
)
|
||||
@@ -1016,7 +1020,7 @@ INSERT INTO parts.DOG_Assessment_Command_Modality_Link (
|
||||
, id_command
|
||||
, id_command_modality
|
||||
, id_bribe
|
||||
, distance_from_handler
|
||||
, distance_from_handler_metres
|
||||
, is_in_sight_of_handler
|
||||
, is_in_scent_range_of_handler
|
||||
, is_in_hearing_range_of_handler
|
||||
|
||||
Reference in New Issue
Block a user