André Schwarzer

Results 6 issues of André Schwarzer

## Summary I've followed the setup instructions of [nested-modules: parent-child-modules](https://twill.io/docs/crud-modules/nested-modules.html#parent-child-modules). Let's stick with `issues` and `articles`, which are children of `issues`. I was able to add `issues` to the dashboard...

type: enhancement

## Summary Make breakpoints in preview configurable. ![Screenshot 2022-04-19 at 14 38 25](https://user-images.githubusercontent.com/6991100/164008728-402127dd-0252-46a2-b008-fd03a5ac6d44.png) ## Describe the solution you'd like I'd like to have the option to set the breakpoints via...

type: feature

``` js validemail: { name: "Validemail", type: "regex", regex: "[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\\.[A-Za-z]{2,4}", message: "Not a valid email address" }, ``` your regex doesn't support TLDs like .travel, .solution, . expert, ...

Closes #3 # Bug in the current version 1.0.1 1. Open Invoker 2. Go to plugins 3. Install "ER Digram Plugin" 4. Restart Invoker 5. Open Laravel project 6. Click...

# The Issue I encountered When deleting resources I expect the same/similar responses from the API. - Deleting an existing `person` results currently in a 200 response with a JSON...

The `DocumentValidation` property `validated_by` is defined as type string, but the API responds/can respond with null. I'd suggest to add `"nullable": true` to the property.