Commit 0de6b0fe8f2b9a014bfc1400abf6366363d46a1d
1 parent
3def26ed
Exists in
master
and in
28 other branches
ActionItem1043: allowing to edit the limit of profile list block
Showing
4 changed files
with
7 additions
and
3 deletions
Show diff stats
app/controllers/my_profile/profile_design_controller.rb
... | ... | @@ -16,6 +16,8 @@ class ProfileDesignController < BoxOrganizerController |
16 | 16 | if profile.person? |
17 | 17 | blocks << FriendsBlock |
18 | 18 | blocks << FavoriteEnterprisesBlock |
19 | + blocks << CommunitiesBlock | |
20 | + blocks << EnterprisesBlock | |
19 | 21 | end |
20 | 22 | |
21 | 23 | # blocks exclusive for enterprises | ... | ... |
app/models/communities_block.rb
app/models/profile_list_block.rb