kirschbaum-development / nova-inline-relationship

A package to present relationships as inline properties in Nova.
MIT License
196 stars 84 forks source link

Is Nova 3 supported..? #66

Open Jaspur opened 4 years ago

Jaspur commented 4 years ago

Hi, Is Nova V3 supported? Because this the result of a simple Currency::make(__('Costs'), 'price')->currency('EUR'), FkhjZ9xk

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

ondroftw commented 4 years ago

same here

annejan89 commented 4 years ago

same here!

Jessetje30 commented 4 years ago

Is here any work around for?

Jaspur commented 4 years ago

@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.

ragingdave commented 4 years ago

This doesn't seem to be just Nova 3. I'm running Nova 2, and experiencing the same issue.

ragingdave commented 4 years ago

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?

lennardv2 commented 3 years ago

I have the same troubles here, when can you release an update?

davide-casiraghi commented 3 years ago

same problem here..

jeurrutia commented 3 years ago

Same problem

GerhardKotze commented 3 years ago

same problem, but otherwise love your package!

ahinkle commented 3 years ago

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? 🙂