marellocommerce / marello

Marello
Other
51 stars 18 forks source link

Entity Management of "Invoice" not possible #63

Closed clicktrend closed 4 years ago

clicktrend commented 4 years ago

Thrown error

Unable to generate a URL for the named route "marello_invoice_index" as such route does not exist.

I guess it should be "marello_invoice_view" like in line 19 in file InvoiceController.php

24198 commented 4 years ago

Hi @clicktrend,

Thanks for the report. The route "marello_invoice_index" should actually be "marello_invoice_invoice_index", we noticed that we haven't changed the entity config (in the Marello\Bundle\InvoiceBundle\Entity\AbstractInvoice) which is causing issues with the entity management part of the application specifically for the Invoice. We were able to confirm this issue and will fix it for the next release.

Thanks again!

Jaimy

24198 commented 4 years ago

Hi @clicktrend,

The issue has been fixed in 3.0.2 (https://github.com/marellocommerce/marello/blob/3.0/src/Marello/Bundle/InvoiceBundle/Entity/AbstractInvoice.php). Thanks again for finding and reporting the issue.

Jaimy