crud-view
crud-view copied to clipboard
CakePHP: Automated admin backend based on your CRUD configuration
Bumps [jinja2](https://github.com/pallets/jinja) from 2.11.3 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
public function initialize(): void { parent::initialize(); $this->loadComponent('Flash'); $this->loadComponent('Crud.Crud', [ 'actions' => [ 'Crud.Index', 'Crud.View', 'Crud.Add', 'Crud.Edit', 'Crud.Delete', 'Crud.Lookup', ], 'listeners' => [ // New listeners that need to be added:...
This plugin is blocking me from using Bootstrap v5 on cake4 (bootstrap-ui branch [4.x](https://github.com/FriendsOfCake/bootstrap-ui/wiki#version-map) not supported)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.17 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...
I created simple app with 2 tables: `Users` and `UserRoles` `UserRoles` table has 3 collumns: `id` (int), `user_id` (int) and `role` (custom EnumType) In my AppView.php i have added: ```php...
When autocomplete is true, it forces every filter field to be an autocomplete select. It doesn't matter the name of the field or the field options set in the SearchManager...
- [x] Add back AssetCompress to `require-dev` when it's updated - [ ] Update templates as per BS 5.
Currently there's some input options juggling done in `ViewSearchListener` to generate "autocomplete" widget. The proper place for that would be in a Widget class. Having a widget would also allow...
Hi, I have a very basic app, based completely on the documentation. Here are the steps taken: 1. Composer stuff: ```Shell composer self-update && composer create-project --prefer-dist cakephp/app composer require...
Please add padding on edit and view pages below the buttons. Thanks, Andras