Hi it seems the field files doesn t work
# avo-2
f
Hi, it seems the field :files doesn't work in an action.
Copy code
class AssetsUploadAction < Avo::BaseAction
  self.name = 'Upload Assets'
  self.standalone = true
  self.visible = -> { view == :index && !parent_resource.nil? }
  self.message = 'Import several assets at once'

  field :assets, as: :files
Any idea?

https://cdn.discordapp.com/attachments/740893011994738751/1133659139017551932/Screenshot_2023-07-26_at_09.15.56.png

l
we'll look into it
coul you please open a GH issue with this information for easier trackability?
f
sure
l
it seems to be a regression. it's an authorization issue on our end
we'll have it fixed this week
f
excellent, thanks