Paul Bob

Results 59 issues of Paul Bob

For this feature, I can imagine a hook somewhere in the `avo.rb` or `application_policy.rb`. Basically the developer does whatever he wants inside that block, we just need to call this...

### Context Similar to the boolean group field but using radio input so the options become exclusive https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio Originally requested [here](https://discord.com/channels/740892036978442260/1273023803168915608)

Help wanted
Good first issue
Feature

> I've tried pointing to the main avo branch for now to be able to use the nullable dash but `bundle exec rake avo:sym_link` doesn't seem to work since it...

Needs research

> Build off this because I think it's the same root cause. When I run an action after using the back button in my browser, `query.size` becomes 0 no matter...

Needs research

From https://github.com/avo-hq/avo/discussions/1356#discussioncomment-4337013 We want to be able to influence some fields from other fields. Possible API: ```ruby field... field... dynamic do field :type if value[:type] == :something field :sub_type_1 else...

Needs research
Needs approach
Office Hours

## Prerequisites - [x] I am running the latest version - [x] I checked the documentation and found no answer - [x] I checked to make sure that this issue...

### Context When `config.implicit_authorization = true` is set but no actual auth configured has_many tables are missing from the parent record view. `config.implicit_authorization = true` should not have any impact...

### Feature Allow callable `name` and `button_label` on filters to ensure that localization is applied on each request. ```ruby class Avo::Filters::Club < Avo::Filters::TextFilter self.name = -> { I18n.t("avo.filter_translations.club.name") } self.button_label...

Enhancement
Help wanted
Good first issue

### Context Custom conditions make text input field visible on boolean dynamic filter ```ruby dynamic_filter label: "Referred", type: :boolean ``` ![image](https://github.com/user-attachments/assets/afe94c46-674a-4a90-816b-96b7e3db1a8d) # ```ruby dynamic_filter label: "Referred", type: :boolean conditions: {...

Bug