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

```php Number::make('Test space', 'test') ``` ![image](https://user-images.githubusercontent.com/4757391/71161967-64660f80-225b-11ea-9710-f454d770e5ad.png)

When setting a BelongsTo relationship, instead of showing the count of related objects in the relationship column at the resource index page, it would be better to use the default...

enhancement

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...

dependencies

Good morning, Label not get label or singularLabel from Nova Resource, get name of HasMany passed, my code: ```php HasMany::make('Direcciones', 'dealer_addresses', DealerAddress::class) ->sortable(), ``` The label displayed is 'Direcciones' but...

This needs recursivity https://github.com/kirschbaum-development/nova-inline-relationship/blob/b2ef5d02bc6502972692e2e6717598edf2ff88c6/src/Observers/NovaInlineRelationshipObserver.php#L98 a Panel could have inside a DependencyPanel or any other 3rd party stuff. Locally I just did ``` ->flatMap(function ($value) { return Integrate::fields($value); }) ->flatMap(function ($value)...

needs more info

On the following code. I am using hasMany with inline relation. But when I add validation on fields in "ProductAddons". It is not working. // Bundle Resource HasMany::make('Addons', 'addons', \App\Nova\ProductAddons::class)...

I can add new repeating rows however deleting doesn't work Video for context: https://share.getcloudapp.com/8Luqpl4R