We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
related to https://github.com/avo-hq/avo-advanced/pull/50
see https://www.loom.com/share/ee833adc463442ffb462435b77506b3d that demonstrates the problems below
feature / code snippet request
FYI: I also ran the same experiments having chrome developer console open + disable cache, so I should have all latest assets
module Avo module Resources class Tenant < Avo::BaseResource self.index_controls = -> do action Avo::Actions::Dummy, icon: 'heroicons/outline/envelope', style: :outline, title: 'Stuur Mailsjabloon', label: '' end end module Avo module Actions class Dummy < Avo::BaseAction self.standalone = false self.name = 'Dummy' # ... end end end
Avo version: 3.14
Rails version: 7.2
Are you using Avo monkey patches, overriding views or view components?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
related to https://github.com/avo-hq/avo-advanced/pull/50
see https://www.loom.com/share/ee833adc463442ffb462435b77506b3d that demonstrates the problems below
feature / code snippet request
FYI: I also ran the same experiments having chrome developer console open + disable cache, so I should have all latest assets
System configuration
Avo version: 3.14
Rails version: 7.2
Are you using Avo monkey patches, overriding views or view components?
Impact
Urgency
The text was updated successfully, but these errors were encountered: