nova-inline-relationship icon indicating copy to clipboard operation
nova-inline-relationship copied to clipboard

A package to present relationships as inline properties in Nova.

Results 70 nova-inline-relationship issues
Sort by recently updated
recently updated
newest added

Good day, I'm sorry for this ridiculously long issue, but it's quite complicated ;) I've commented on this #11 issue and some days later I noticed the [ThirdParty Integration](https://github.com/kirschbaum-development/nova-inline-relationship#support-for-third-party-packages) section...

Please add support MorphToMany fields

enhancement

Hi, I have this: `sales_orders` `hasOne` `customer`, i.e. `customers.sales_order_id` points to `sales_orders.id` So when I add `HasOne::make("customer")->inline()` in the `SalesOrder` Nova resource, wouldn't it make more sense to show the...

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

It would be good to have a way of giving the user both the options of selecting an existing object (in the example below an existing Role) or adding a...

enhancement

On the following code. I am using hasMany with inline relation. But when I add validation on fields in "BundlePublications". It is not working. // Bundle Resource HasMany::make('Bundle Product', 'BundlePublications',...

default show form ![изображение](https://user-images.githubusercontent.com/29775460/122518512-be02f200-d02a-11eb-8768-f969b9a9b2ef.png) inline show form ![изображение](https://user-images.githubusercontent.com/29775460/122518574-d2df8580-d02a-11eb-921f-5ae85504a497.png)

This should be fix #87

Hi, Is Nova V3 supported? Because this the result of a simple ```Currency::make(__('Costs'), 'price')->currency('EUR'),``` ![FkhjZ9xk](https://user-images.githubusercontent.com/4254854/82057266-5e1d7780-96c3-11ea-8f86-d2bd1413f1ea.png) Expectation is that the string is correctly translated and the currency is in € and...