Skip to content

Multiple field support in configure call #2667

@ain

Description

@ain

Would be nice to be able to configure several fields at once as follows:

  rails_admin do
    configure [:field1, :field2] do
      visible do
        !bindings[:object].new_record?
      end
    end
  end

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions