nova-inline-relationship
nova-inline-relationship copied to clipboard
Is Nova 3 supported..?
Hi,
Is Nova V3 supported?
Because this the result of a simple
Currency::make(__('Costs'), 'price')->currency('EUR'),
Expectation is that the string is correctly translated and the currency is in € and not $.
Added it as simple as:
HasMany::make(__('Product type'), 'productTypes', ProductType::class)->inline()
When I remove the ->inline()
, it works like expected.
@dvanscott @adammparker @brandonferens @bryanjamesmiller @dvanscott @jrseliga @luisdalmolin @michaelfox @navneetrai
same here
same here!
Is here any work around for?
@kirschbaum replied by email:
Thanks for reaching out! We’re really busy at the moment, but are really looking forward to getting back to work on this project. Ok not yet sure when we will get back to it though.
This doesn't seem to be just Nova 3. I'm running Nova 2, and experiencing the same issue.
Update: seems to just need a new release as outlined here: #42 @kirschbaum can you set up a new release since that at least anecdotaly resolves this and 42?
I have the same troubles here, when can you release an update?
same problem here..
Same problem
same problem, but otherwise love your package!
A bit unfortunate that this wonderful package might be abandoned with it being over a year with no updates from the maintainers. Was anyone able to fork a solution? 🙂