Paul Bob

Results 59 issues of Paul Bob

# Description Besides `after_create_path` and `after_update_path` it's possible now to override the method `after_destroy_path`. This three methods gives the path to redirect after the create, update and destroy succeed. It's...

feature

### Feature Avo have this `self.show_controls = -> do` cool customization but unfortunately it's not possible to customize the resource controls on index page. It would be useful to have...

enhancement

### Describe the bug We have implemented two rest API resources following this recipe: https://docs.avohq.io/2.0/recipes/rest-api-integration.html and after updating to Avo 2.14 it started throwing an exception (watch screenshot). The problem...

bug

# Description Fixes https://github.com/avo-hq/avo/pull/182 # Todo: - [ ] Hook into `rails generate model` command and run the resource generator (see how `factory_bot` does it) # Checklist: - [x] I...

feature

# Description Fixes https://github.com/avo-hq/avo/issues/1194 ![belongs to link fix](https://user-images.githubusercontent.com/69730720/190853833-f8955989-ef0a-4c0b-b371-2ab891c9ee04.gif) # Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly...

fix

# Description Fixes https://github.com/avo-hq/avo/issues/1172 ![batch delete](https://user-images.githubusercontent.com/69730720/190857637-62b0d4f8-4b14-4712-980b-247a9ff013e5.gif) # Checklist: - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas...

feature

# Description Fixes https://github.com/avo-hq/avo/issues/1189 # Checklist: - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [...

feature

### Describe the issue and screenshots - [ ] Can't translate pagination details. ![image](https://user-images.githubusercontent.com/69730720/188857884-d636f250-ceff-4090-964b-ae48345c995a.png) - [ ] Can't translate "Filter by" ![image](https://user-images.githubusercontent.com/69730720/188858651-a094e480-b1b3-4fc1-97ca-6f074d92e586.png) - [ ] Despite changing the translations for...

bug
Good first issue

### Describe the bug Filters button overlap an already opened filters menu ![image](https://user-images.githubusercontent.com/69730720/188862787-06b4b47a-767b-415c-8319-0c190d452960.png) ### System configuration **Avo version**: 2.14.2 #### Impact - [ ] High impact - [ ] Medium...

bug
Good first issue

Hi, We're using Docile on [Avo](https://github.com/avo-hq/avo) to manage some parts of our DSL. We're experiencing an issue where a method call within the block is not executing in the desired...