[Git][noosfero/noosfero][master] 2 commits: Correção na página de Templates de Perfil (/admin/templates), a ação de...

Gabriel Silva gitlab at mg.gitlab.com
Mon Jan 14 10:31:42 BRST 2019


Gabriel Silva pushed to branch master at Noosfero / noosfero


Commits:
764b97f7 by Caio at 2018-12-20T11:57:31Z
Correção na página de Templates de Perfil (/admin/templates), a ação de 'Editar configurações', seja em Pessoas, Comunidade ou Empreendimentos, levava para uma página que não existe.

- - - - -
bdec7554 by Gabriel Silva at 2019-01-14T12:31:40Z
Merge branch 'fix-profile-editor-template' into 'master'

Correção na página de Templates de Perfil (/admin/templates) em editar configurações

See merge request noosfero/noosfero!1656
- - - - -


1 changed file:

- app/views/templates/index.html.erb


Changes:

=====================================
app/views/templates/index.html.erb
=====================================
@@ -36,7 +36,7 @@
             <% end %>
 
             <%= button_without_text :edit, _('Edit settings'),
-                  {:controller => 'profile_editor', :profile => template.identifier, :action => 'edit'} %>
+                  {:controller => 'profile_editor', :profile => template.identifier, :action => 'index'} %>
 
             <%= button_without_text :welcome_page, _('Edit welcome page'),
                   {:controller => 'profile_editor', :profile => template.identifier, :action => 'welcome_page'} %>



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/3cdcd52049fd60b047d82eb7238ed6fc11d50115...bdec75540593068063e0f0490476307c7e93dc79

-- 
View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/3cdcd52049fd60b047d82eb7238ed6fc11d50115...bdec75540593068063e0f0490476307c7e93dc79
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20190114/1e4ae51f/attachment-0001.html>


More information about the Noosfero-dev mailing list