Commit 802f8268 authored by Frank Bergmann's avatar Frank Bergmann

- Added survsimp_response to rule object type

parent e95a011c
...@@ -681,6 +681,11 @@ ad_proc -callback im_risk_after_update -impl im_rule_engine { -object_id -status ...@@ -681,6 +681,11 @@ ad_proc -callback im_risk_after_update -impl im_rule_engine { -object_id -status
im_rule_callback -object_id $object_id -action after_update im_rule_callback -object_id $object_id -action after_update
ns_log Notice "im_risk_after_update -impl im_rule_engine: Leaving callback code" ns_log Notice "im_risk_after_update -impl im_rule_engine: Leaving callback code"
} }
ad_proc -callback survsimp_response_after_update -impl im_rule_engine { -object_id -status_id -type_id } { } {
ns_log Notice "survsimp_response_after_update -impl im_rule_engine: Entering callback code"
im_rule_callback -object_id $object_id -action after_update
ns_log Notice "survsimp_response_after_update -impl im_rule_engine: Leaving callback code"
}
...@@ -720,6 +725,12 @@ ad_proc -callback im_risk_after_create -impl im_rule_engine { -object_id -status ...@@ -720,6 +725,12 @@ ad_proc -callback im_risk_after_create -impl im_rule_engine { -object_id -status
ns_log Notice "im_risk_after_create -impl im_rule_engine: Leaving callback code" ns_log Notice "im_risk_after_create -impl im_rule_engine: Leaving callback code"
} }
ad_proc -callback survsimp_response_after_create -impl im_rule_engine { -object_id -status_id -type_id } { } {
ns_log Notice "survsimp_response_after_create -impl im_rule_engine: Entering callback code"
im_rule_callback -object_id $object_id -action after_create
ns_log Notice "survsimp_response_after_create -impl im_rule_engine: Leaving callback code"
}
# --------------------------------------------------------------------- # ---------------------------------------------------------------------
# View # View
...@@ -755,4 +766,10 @@ ad_proc -callback im_risk_view -impl im_rule_engine { -object_id -status_id -typ ...@@ -755,4 +766,10 @@ ad_proc -callback im_risk_view -impl im_rule_engine { -object_id -status_id -typ
ns_log Notice "im_risk_view -impl im_rule_engine: Leaving callback code" ns_log Notice "im_risk_view -impl im_rule_engine: Leaving callback code"
} }
ad_proc -callback survsimp_response_view -impl im_rule_engine { -object_id -status_id -type_id } { } {
ns_log Notice "survsimp_response_view -impl im_rule_engine: Entering callback code"
im_rule_callback -object_id $object_id -action view
ns_log Notice "survsimp_response_view -impl im_rule_engine: Leaving callback code"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment