Emanuele Filardo

Results 13 comments of Emanuele Filardo

I have attached 2 demo proj with and without issue

Hi, you can use custom SubmitExecutor, documentation is lacking some features, but you can find something similar [here](http://odata.github.io/RESTier/#02-09-Customize-Submit). In my case I've used a very basic, but working class, code...

Hi, in my project even admin execute only softdelete and there is foreach entity an action that execute harddelete of softdeleted entities in context. With your version if no "adminRole"...

@robertmclaws what do you think about SoftDelete feature, built-in or add as example in documentation?

For first release it can be ok, but for future instead of "adminRole" why not use permissions? Since even other role can have permissions to hard delete, I can try...

I'll try to explain what I mean Since I'm coming from LightSwitch experience where multiple roles can have permission to hard-delete, could be better to use something similar is in...

Wait for a response from the team