Commit f5ce3f42 authored by Frank Bergmann's avatar Frank Bergmann

- nothing changed

parent 3f0587d9
......@@ -971,7 +971,7 @@ ad_proc -public im_dynfield::append_attributes_to_form {
-widget hidden \
-value $object_type
}
# add a hidden object_id field to the form
if {[exists_and_not_null object_id]} {
if {![template::element::exists $form_id "object_id"]} {
......@@ -1111,6 +1111,7 @@ ad_proc -public im_dynfield::append_attributes_to_form {
pos_y_coalesce
"
set field_cnt 0
db_foreach attributes $attributes_sql {
......
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