cve

Results 16 comments of cve

Thanks, it help, but I have the problem with images, my gulpfile: ``` var elixir = require('laravel-elixir'); require("laravel-elixir-webpack"); elixir(function (mix) { mix.webpack("main.coffee", { outputDir: "public/js", output: { filename: "[name].js" },...

Thanks @pkly, but the problem is in filters form, which is in list view.

I've checked that if I remove @Assert\NotBlank from my vatRate (ManyToOne VatRate) in Product then it works. I think this is because FormFactory has $form->isValid()

I'll prepare fork from admin demo for that

Ok, I have that, please clone this https://github.com/cve/easyadmin-demo/tree/filter_not_valid, run and try to use author filter on blog posts and you should see that: ![image](https://user-images.githubusercontent.com/594384/137582924-59d787b8-6323-4b63-a126-cdfd36197778.png)

@pkly Did You see that?

I also see that in my local environment with mysql the db transactions not work... :-/

Sorry, but I test it locally: Registration entity: ```