- Bug fix: added the missing display template

SVN:code[81]
This commit is contained in:
Denis Flaven
2009-07-16 06:49:33 +00:00
parent c4687e5899
commit 85222612a9

View File

@@ -1547,6 +1547,7 @@ class lnkClientServer extends logRealObject
"db_table" => "clientserver_links",
"db_key_field" => "link_id",
"db_finalclass_field" => "",
"display_template" => "../business/templates/default.html",
);
MetaModel::Init_Params($aParams);
MetaModel::Init_AddAttribute(new AttributeExternalKey("client_id", array("targetclass"=>"bizApplication", "jointype"=> '', "label"=>"Client", "description"=>"The client part of the link", "allowed_values"=>null, "sql"=>"client_id", "is_null_allowed"=>false, "depends_on"=>array())));