Sha256: 220b573780915e8c85545f5cab4baf4ea27676ed85589908f890e53c81f31ac0

Contents?: true

Size: 718 Bytes

Versions: 18

Compression:

Stored size: 718 Bytes

Contents

<%= edit_field_wrapper field: @field, index: @index, form: @form, resource: @resource, displayed_in_modal: @displayed_in_modal do %>
  <% if @field.value.present? %>
    <div class="mb-2">
      <%= render Avo::Fields::Common::SingleFileViewerComponent.new resource: @resource, field: @field %>
    </div>
  <% end %>

  <% if @resource.authorization.authorize_action(:upload_attachments?, raise_exception: false) %>
    <%= @form.file_field @field.id,
      accept: @field.accept,
      data: @field.get_html(:data, view: view, element: :input),
      direct_upload: @field.direct_upload,
      disabled: @field.readonly,
      style: @field.get_html(:style, view: view, element: :input)
    %>
  <% end %>
<% end %>

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
avo-2.13.2.pre.2 app/components/avo/fields/file_field/edit_component.html.erb
avo-2.13.2.pre.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-2.13.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-2.13.0 app/components/avo/fields/file_field/edit_component.html.erb
avo-2.12.1.pre.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-2.12.0 app/components/avo/fields/file_field/edit_component.html.erb
avo-2.11.3.pre.3 app/components/avo/fields/file_field/edit_component.html.erb
avo-2.11.3.pre.2 app/components/avo/fields/file_field/edit_component.html.erb
avo-2.11.3.pre.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-2.11.2.pre.3 app/components/avo/fields/file_field/edit_component.html.erb
avo-2.11.2.pre.2 app/components/avo/fields/file_field/edit_component.html.erb
avo-2.11.2.pre.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-2.11.1.pre.3 app/components/avo/fields/file_field/edit_component.html.erb
avo-2.11.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-2.11.1.pre.2 app/components/avo/fields/file_field/edit_component.html.erb
avo-2.11.1.pre.1 app/components/avo/fields/file_field/edit_component.html.erb
avo-2.11.0 app/components/avo/fields/file_field/edit_component.html.erb
avo-2.10.3.pre.1 app/components/avo/fields/file_field/edit_component.html.erb