PetkoparaCrudGeneratorBundle icon indicating copy to clipboard operation
PetkoparaCrudGeneratorBundle copied to clipboard

Generate wrong code if entity has a extra namespace

Open TonyGao opened this issue 6 years ago • 0 comments

Hi there, I'm trying this bundle, it's really fit for me, but I have a problem in a spesific situation. If my entity has a extra namespace, it will generate wrong code in controller, code like below

The Entity shortcut name: AppBundle:Tender/Tender

list($tender\Tenders, $pagerHtml) = $this->paginator($queryBuilder, $request);

Can you fix it? Or is it only suitable for flat entity structure?

TonyGao avatar Nov 03 '17 08:11 TonyGao