Commit 49dae86e authored by Frank Bergmann's avatar Frank Bergmann

- fixed problem with DynField display mode thanks to Diego Grillo

  from Processa
parent 1e7dc144
...@@ -16,7 +16,7 @@ ad_page_contract { ...@@ -16,7 +16,7 @@ ad_page_contract {
} { } {
conf_item_id:integer,optional conf_item_id:integer,optional
{return_url ""} {return_url ""}
{form_mode "display"} {form_mode ""}
{view_name ""} {view_name ""}
} }
...@@ -32,7 +32,7 @@ set enable_master_p 1 ...@@ -32,7 +32,7 @@ set enable_master_p 1
set focus "" set focus ""
set sub_navbar "" set sub_navbar ""
if {"display" == $form_mode} { if {"display" == $form_mode || "" == $form_mode} {
set page_title [lang::message::lookup "" intranet-confdb.Conf_Item "Configuration Item"] set page_title [lang::message::lookup "" intranet-confdb.Conf_Item "Configuration Item"]
set show_components_p 1 set show_components_p 1
} else { } else {
......
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