Commit 2f5ea9068ab8d0da4cd4034f421cb1f8b3e5b748

Authored by Marcos Pereira
1 parent 991448f8

add hotspot for new organization type

src/noosfero-spb/gov_user/lib/gov_user_plugin.rb
@@ -263,6 +263,10 @@ class GovUserPlugin < Noosfero::Plugin @@ -263,6 +263,10 @@ class GovUserPlugin < Noosfero::Plugin
263 end 263 end
264 end 264 end
265 265
  266 + def organization_types_filter_options
  267 + [['Institution','GovUserPlugin::Institution'],['a','b']]
  268 + end
  269 +
266 private 270 private
267 271
268 def call_model_transaction(model,name) 272 def call_model_transaction(model,name)