Dimitri Fabien IACHI
Dimitri Fabien IACHI
See https://github.com/katzer/cordova-plugin-printer/issues/268
See https://github.com/katzer/cordova-plugin-printer/issues/281#issuecomment-1121870473
Hello, This PR adds an option to the configuration to not have an authenticated user to access activity routes. Sometimes it is not appropriate to manage access to this data...
## WHY ### BEFORE - What was wrong? What was happening before this PR? There were no `text` type fields with autocomplete.  ### AFTER...
# Bug report ### What I did By using `setFromDb()` and modifying the type of a field to `upload` with the `modifyField` function the form does not apply the enctype....
# Bug report ### What I did Add HasOneThrough in the relationship column pro field. ### What I expected to happen Show the value of my HasOneThrough relationship in the...
# Bug report ### What I did I used the image field and column in a backpack crud. ### What I expected to happen I expected absolute image URLs to...
Introduced two new methods to reorder buttons: `buttonsStartWith` and `buttonsEndWith`. These methods rearrange button collections by placing specified buttons at the beginning or end of the stack, respectively, with configurable...