-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is Nova 3 supported..? #66
Comments
same here |
same here! |
Is here any work around for? |
@kirschbaum replied by email:
|
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 |
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? 🙂 |
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
The text was updated successfully, but these errors were encountered: