Paul Bob

Results 59 issues of Paul Bob

### Describe the bug From here -> https://discord.com/channels/740892036978442260/1197438245026418759 When running an action from record's show view, text field get the value from record but belongs_to don't. ![actions_belongs](https://github.com/avo-hq/avo/assets/69730720/4f8943cc-5938-4332-b28f-198342f597a0)

Bug

### Feature Add a helper that set the default controls on customizable controls. For example if I want to keep all the index controls and add a random link I...

Stale exempt
Avo 3
Developer Experience (DX)

### Context Right now `via_resource` param look like `Avo%3A%3AResources%3A%3AUser` we should make it something like `avo/resources/user`. It's important to keep the namespace

Refactor
Task
Needs research

### Describe the bug When a code field is on preview the content is appended on each preview render. ### Steps to Reproduce Steps to reproduce the behavior: 1. Add...

Bug

### Context From here: https://discord.com/channels/740892036978442260/1201874761546735636/1223388242917851176 `link_to_child_resource` option should also apply on associations.

Stale exempt

# Description Fixes # (issue) # Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand...

Feature
Stale exempt
Task
Enterprise

### Feature `field :user, as: :belongs_to` should render the "Create new user" link only if the association policy allows it. ![image](https://github.com/avo-hq/avo/assets/69730720/dd81fc9a-94e1-419a-b96d-2cf2f3b7f9e3) ### Current workarounds Custom logic inside `can_create` block

Bug
Task
Authorization

### Feature Trix field have some limitations: 1. File attachment is possible only on persistent records https://github.com/avo-hq/avo/issues/2713 2. File attachment is possible only whit explicit `attachment_key` 3. File attachments are...

Bug
Field

When running an action and 1 record is selected on resource index view the actions show view should be hydrated with that record like happens when running an action from...

Stale exempt
Avo 3

### Feature Dynamic filters require the filterable field to be included on the `ransackable_attributes` list as specified [here](https://docs.avohq.io/3.0/dynamic-filters.html) Let's raise an error (maybe only on development?) when trying to filter...

Enhancement
Stale exempt
Developer Experience (DX)