-
A note on the validation during upload, think there might still be a slight bug (I updated to 1.6.4) as I have a rule that my redirect.source should be unique (this validation works as it should with …
-
Hi, i try to use this:
public function configureCrud(Crud $crud): Crud
{
return $crud
->setFilters([])
->setPaginatorPageSize(30);
}
the setFilters function takes an arr…
-
after fix this reported issue [5635](https://github.com/Laravel-Backpack/CRUD/issues/5635)
this feature stopped working
[Allow user to select multiple times the same pivot](https://backpackforlara…
-
Entities contain relations (OneToMany, ManyToOne) and when running php bin/console make:crud it doesn't recognize relations. when trying to access the route /new it throws an error.
The view also doe…
-
How to validate my entity? I want to check if the `url` property is unique. So I did this:
My `Post.php` entity:
use Symfony\Component\Validator\Constraints as Assert;
....
#[ORM…
-
# Bug report
### What I did
I have had this problem pending for a few months, I had reported it with the title "Upload field contains wrong url" previously and some solutions were applied. I fol…
-
public function initialize(): void
{
parent::initialize();
$this->loadComponent('Flash');
$this->loadComponent('Crud.Crud', [
'actions' => [
…
-
The CRUD generator does not support a 'views' path like Gii, so for nested modules, I have not been able to discover where it places the views. As a result, the nested modules have to be created at th…
-
https://github.com/scoumbourdis/grocery-crud/blob/d2f71fba0e564bacec23990cd00497f1ed4d7741/application/libraries/Grocery_CRUD.php#L3235
I'm not sure about if this is the right solution but the idea…
-
PHP Parse error: syntax error, unexpected 'private' (T_PRIVATE), expecting variable (T_VARIABLE) in \wp-content\plugins\wp-magic-crud-master\src\WPMC\Action\ArrayActionsMapper.php on line 11