Skip to content

Commit

Permalink
chore: fix tests for #2985
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob committed Jul 19, 2024
1 parent ce37d2f commit e505566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/dummy/app/avo/resources/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def main_panel_fields
field :cv, as: :file, name: "CV"
field :is_admin?, as: :boolean, name: "Is admin", only_on: :index
field :roles, as: :boolean_group, options: {admin: "Administrator", manager: "Manager", writer: "Writer"}
field :permissions, as: :boolean_group, options: {create: "Create", read: "Read", update: "Update", delete: "Delete"}
field :permissions, as: :boolean_group, options: {create: "Create", read: "Read", update: "Update", delete: "Delete"}, hide_on: :index
field :birthday,
as: :date,
first_day_of_week: 1,
Expand Down

0 comments on commit e505566

Please sign in to comment.