|
|
|
@ -148,17 +148,17 @@ begin |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
# enumerations |
|
|
|
|
Enumeration.create(:opt => "DCAT", :name => l(:default_doc_category_user)) |
|
|
|
|
Enumeration.create(:opt => "DCAT", :name => l(:default_doc_category_tech)) |
|
|
|
|
Enumeration.create(:opt => "DCAT", :name => l(:default_doc_category_user), :position => 1) |
|
|
|
|
Enumeration.create(:opt => "DCAT", :name => l(:default_doc_category_tech), :position => 2) |
|
|
|
|
|
|
|
|
|
Enumeration.create(:opt => "IPRI", :name => l(:default_priority_low)) |
|
|
|
|
Enumeration.create(:opt => "IPRI", :name => l(:default_priority_normal)) |
|
|
|
|
Enumeration.create(:opt => "IPRI", :name => l(:default_priority_high)) |
|
|
|
|
Enumeration.create(:opt => "IPRI", :name => l(:default_priority_urgent)) |
|
|
|
|
Enumeration.create(:opt => "IPRI", :name => l(:default_priority_immediate)) |
|
|
|
|
Enumeration.create(:opt => "IPRI", :name => l(:default_priority_low), :position => 1) |
|
|
|
|
Enumeration.create(:opt => "IPRI", :name => l(:default_priority_normal), :position => 2, :is_default => true) |
|
|
|
|
Enumeration.create(:opt => "IPRI", :name => l(:default_priority_high), :position => 3) |
|
|
|
|
Enumeration.create(:opt => "IPRI", :name => l(:default_priority_urgent), :position => 4) |
|
|
|
|
Enumeration.create(:opt => "IPRI", :name => l(:default_priority_immediate), :position => 5) |
|
|
|
|
|
|
|
|
|
Enumeration.create(:opt => "ACTI", :name => l(:default_activity_design)) |
|
|
|
|
Enumeration.create(:opt => "ACTI", :name => l(:default_activity_development)) |
|
|
|
|
Enumeration.create(:opt => "ACTI", :name => l(:default_activity_design), :position => 1) |
|
|
|
|
Enumeration.create(:opt => "ACTI", :name => l(:default_activity_development), :position => 2) |
|
|
|
|
|
|
|
|
|
rescue => error |
|
|
|
|
puts "Error: " + error |
|
|
|
|