summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/blocks/JQueryAutocomplete.js
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates/blocks/JQueryAutocomplete.js')
-rw-r--r--ishtar_common/templates/blocks/JQueryAutocomplete.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/blocks/JQueryAutocomplete.js b/ishtar_common/templates/blocks/JQueryAutocomplete.js
index 7cd0e2a60..aaf493db9 100644
--- a/ishtar_common/templates/blocks/JQueryAutocomplete.js
+++ b/ishtar_common/templates/blocks/JQueryAutocomplete.js
@@ -52,7 +52,7 @@ $(function() {
{{safe_field_id}}_modify = function(){
var current_val = $('#id_{{field_id}}').val();
if (current_val){
- dt_qa_open('/modify-{{model_name}}/' + current_val + "/",
+ dt_qa_open('/modify-{{model_name}}/{{field_id}}/' + current_val + "/",
'modal-dynamic-form-{{model_name}}');
}
}