[Git][noosfero/noosfero][master] 2 commits: Allow layout_template to be editable via api

Leandro Nunes gitlab at mg.gitlab.com
Mon Nov 28 19:25:07 BRST 2016


Leandro Nunes pushed to branch master at Noosfero / noosfero


Commits:
e13c7a4a by Victor Costa at 2016-11-28T16:46:29-03:00
Allow layout_template to be editable via api

- - - - -
0b2c3669 by Leandro Nunes at 2016-11-28T21:25:01+00:00
Merge branch 'api-edit-layout-template' into 'master'

Allow layout_template to be editable via api

See merge request !1056
- - - - -


1 changed file:

- app/models/profile.rb


Changes:

=====================================
app/models/profile.rb
=====================================
--- a/app/models/profile.rb
+++ b/app/models/profile.rb
@@ -4,7 +4,7 @@
 class Profile < ApplicationRecord
 
   attr_accessible :name, :identifier, :public_profile, :nickname, :custom_footer, :custom_header, :address, :zip_code, :contact_phone, :image_builder, :description, :closed, :template_id, :environment, :lat, :lng, :is_template, :fields_privacy, :preferred_domain_id, :category_ids, :country, :city, :state, :national_region_code, :email, :contact_email, :redirect_l10n, :notification_time,
-    :redirection_after_login, :custom_url_redirection,
+    :redirection_after_login, :custom_url_redirection, :layout_template,
     :email_suggestions, :allow_members_to_invite, :invite_friends_only, :secret, :profile_admin_mail_notification, :allow_followers
 
   # use for internationalizable human type names in search facets



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/26e164e0e19cd33cec019cf13a4f562cbc6b41b7...0b2c36697b817414d5c4f4660ca1308109d848c3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20161128/d290cfbe/attachment.html>


More information about the Noosfero-dev mailing list