You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside this is somewhere called generation url for detail page. but instance in dto object is null, so it crashed on null instance and I get this error
Parameter "entityId" for route "admin_order_detail" must match "[^/]++" ("" given) to generate a corresponding URL.
Is this description usefull for you? if not I can try reproduce it, but it will be dificult.
This error I get only in my tests. and it is only sometimes.
The text was updated successfully, but these errors were encountered:
Describe the bug
EA cant generate url for null entity inside index page
To Reproduce
Inside EntityFactory in function createCollection is this:
when script acces inside this condition, then newEntityDto cleared the instance.
in AbscractCrudController is this method called in "index" function. after few lines down is called this:
Inside this is somewhere called generation url for detail page. but instance in dto object is null, so it crashed on null instance and I get this error
Parameter "entityId" for route "admin_order_detail" must match "[^/]++" ("" given) to generate a corresponding URL.
Is this description usefull for you? if not I can try reproduce it, but it will be dificult.
This error I get only in my tests. and it is only sometimes.
The text was updated successfully, but these errors were encountered: