Commit b94dc0442e5840ec47805fb862da6512804b1fc8
1 parent
159cf7ef
Exists in
master
and in
5 other branches
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 | class SoftwaresBlock < CommunitiesBlock | 1 | class SoftwaresBlock < CommunitiesBlock |
2 | 2 | ||
3 | - settings_items :software_type | 3 | + settings_items :software_type, :default => "All" |
4 | attr_accessible :accessor_id, :accessor_type, :role_id, :resource_id, :resource_type, :software_type | 4 | attr_accessible :accessor_id, :accessor_type, :role_id, :resource_id, :resource_type, :software_type |
5 | 5 | ||
6 | def self.description | 6 | def self.description |