Commit b94dc0442e5840ec47805fb862da6512804b1fc8

Authored by Arthur Esposte
1 parent 159cf7ef

Fix software block defaut type

Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
Signed-off-by: Parley Martins <parley@outlook.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
lib/softwares_block.rb
1 1 class SoftwaresBlock < CommunitiesBlock
2 2  
3   - settings_items :software_type
  3 + settings_items :software_type, :default => "All"
4 4 attr_accessible :accessor_id, :accessor_type, :role_id, :resource_id, :resource_type, :software_type
5 5  
6 6 def self.description
... ...