-
- Downloads
Fix Admin Links to new Group does not respect Default Visibility
Settings This is done by passing a visibility_level option to the group edit _form. The visibility_level is set to @group.visibility_level in edit ation and to default_group_visibility in the new action.
Showing
- app/views/admin/groups/_form.html.haml 1 addition, 1 deletionapp/views/admin/groups/_form.html.haml
- app/views/admin/groups/edit.html.haml 1 addition, 1 deletionapp/views/admin/groups/edit.html.haml
- app/views/admin/groups/new.html.haml 1 addition, 1 deletionapp/views/admin/groups/new.html.haml
- changelogs/unreleased/19981-admin-links-new-group-default-visibility.yml 4 additions, 0 deletions...leased/19981-admin-links-new-group-default-visibility.yml
- spec/features/admin/admin_groups_spec.rb 35 additions, 0 deletionsspec/features/admin/admin_groups_spec.rb
spec/features/admin/admin_groups_spec.rb
0 → 100644
Please register or sign in to comment