Sha256: 4e488c18d15ab7dea7ef0fcbd69edc5eb6c37865f6c75d642800a19748a5f23c

Contents?: true

Size: 553 Bytes

Versions: 70

Compression:

Stored size: 553 Bytes

Contents

<%= edit_field_wrapper field: @field, index: @index, form: @form, resource: @resource, displayed_in_modal: @displayed_in_modal, full_width: true do %>
  <%= render Avo::Fields::Common::FilesListViewerComponent.new(field: @field, resource: @resource) if @field.value.present? %>

  <% if @resource.authorization.authorize_action(:upload_attachments?, raise_exception: false) %>
    <div class="mt-2">
      <%= @form.file_field @field.id, disabled: @field.readonly, multiple: true, direct_upload: @field.direct_upload %>
    </div>
  <% end %>
<% end %>

Version data entries

70 entries across 70 versions & 1 rubygems

Version Path
avo-1.25.2 app/components/avo/fields/files_field/edit_component.html.erb
avo-2.7.1.pre.1 app/components/avo/fields/files_field/edit_component.html.erb
avo-2.7.0 app/components/avo/fields/files_field/edit_component.html.erb
avo-2.6.1.pre.2 app/components/avo/fields/files_field/edit_component.html.erb
avo-2.6.1.pre.1 app/components/avo/fields/files_field/edit_component.html.erb
avo-2.6.0 app/components/avo/fields/files_field/edit_component.html.erb
avo-2.5.2.pre.7 app/components/avo/fields/files_field/edit_component.html.erb
avo-2.5.2.pre.6 app/components/avo/fields/files_field/edit_component.html.erb
avo-2.5.2.pre.5 app/components/avo/fields/files_field/edit_component.html.erb
avo-2.5.2.pre.4 app/components/avo/fields/files_field/edit_component.html.erb
avo-2.5.2.pre.3 app/components/avo/fields/files_field/edit_component.html.erb
avo-2.5.2.pre.2 app/components/avo/fields/files_field/edit_component.html.erb
avo-2.5.2.pre.1 app/components/avo/fields/files_field/edit_component.html.erb
avo-2.5.1 app/components/avo/fields/files_field/edit_component.html.erb
avo-2.5.0 app/components/avo/fields/files_field/edit_component.html.erb
avo-2.4.1 app/components/avo/fields/files_field/edit_component.html.erb
avo-2.4.0 app/components/avo/fields/files_field/edit_component.html.erb
avo-2.3.1.pre.6 app/components/avo/fields/files_field/edit_component.html.erb
avo-2.3.1.pre.5 app/components/avo/fields/files_field/edit_component.html.erb
avo-2.3.1.pre.4 app/components/avo/fields/files_field/edit_component.html.erb