Cleaned up the old data model directory (no reference to the default template)

SVN:trunk[602]
This commit is contained in:
Romain Quetiez
2010-07-14 21:13:38 +00:00
parent 320166791e
commit 2c8564aa1a
35 changed files with 8 additions and 3903 deletions

View File

@@ -43,7 +43,7 @@ class InputOutputTask extends cmdbAbstractObject
"db_table" => "priv_iotask",
"db_key_field" => "id",
"db_finalclass_field" => "",
"display_template" => "../business/templates/default.html",
"display_template" => "",
);
MetaModel::Init_Params($aParams);
MetaModel::Init_AddAttribute(new AttributeString("name", array("allowed_values"=>null, "sql"=>"name", "default_value"=>"", "is_null_allowed"=>false, "depends_on"=>array())));