Commit 3c57fd69d9cb391af9ea5d9081506dd0f1f02c90
Committed by
Fabio Teixeira
1 parent
9e370ac6
Exists in
master
and in
5 other branches
institution_fields: Fix the edit of institutions with the sisp field.
Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Parley Martins <parley@outlook.com>
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
lib/mpog_software_plugin.rb
| ... | ... | @@ -65,7 +65,7 @@ class MpogSoftwarePlugin < Noosfero::Plugin |
| 65 | 65 | end |
| 66 | 66 | end |
| 67 | 67 | |
| 68 | - def profile_editor_extras show_sisp_field | |
| 68 | + def profile_editor_extras show_sisp_field=true | |
| 69 | 69 | @show_sisp_field = show_sisp_field |
| 70 | 70 | if context.profile.person? |
| 71 | 71 | expanded_template('person_editor_extras.html.erb') | ... | ... |
views/institution_editor_extras.html.erb