- Bug fix: added the missing display template

SVN:0.7.2[81]
This commit is contained in:
Denis Flaven
2009-07-16 06:49:33 +00:00
parent e89c7490a9
commit d8c1416162

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())));