mmjr-x

Results 23 comments of mmjr-x

I did some more debugging, and it seems like changing the following 2 methods in the EntityFactory to include an isAccessible check solves the issues: ```php public function processFields(EntityDto $entityDto,...

Turns out my above patch breaks the filter views (because renderFilters in the AbstractCrudController seems to call upon an entityDto to get the list of fields for its setup, which...

@javiereguiluz Not to be a naggy, however if you could take a look at this and the above fix is deemed an acceptable fix I would be happy to raise...