-
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
Labels shows as array #42
Comments
Seems like it's related to Nova's 2.9.3 update, |
@nemrutco Thanks for this info. We'll look into it, but in the meantime feel free to submit a PR for this issue. We enjoy working with the community! |
Also experiencing the same issue with Nova 2.10.1 |
Also experiencing the same issue with Nova 2.11.1 And really nice package by the way - really should make it into the core. |
I have the same problem with HasMany relation. |
Same issue with Nova 2.12.0 |
OK now, even with Nova 2.11.1. Thanks. |
I just wasted an hour trying to make this work (I had to figure out how to refresh the compiled files), but it seems there's a fix already |
here's how I applied this in my project (maybe unsafe):
done |
Maybe is missing a tag release? |
Back to labels as arrays for some reason (no update). |
Any idea when this will be pushed to packagist? |
I can confirm this issue. |
Any updates or workarounds for this issue? |
Try this |
Hello, |
oh it's
|
ah yeah sorry for that |
@kirschbaum do you plan to integrate this fix into a future release ? |
@kirschbaum Just poking this issue once more to try and get a new release if this is in fact already fixed? |
@kirschbaum Is this repo abandoned? Any help? |
@brandonferens any chance to get a new release? |
I forked a forked repo of this repo and compiled the files to make it work out of the box - feel free to add
to your composer json and then |
@genesiscz I tried to use your fork, but my HasOne inline now complains about "Too few arguments to function Laravel\Nova\Fields\HasOne::KirschbaumDevelopment\NovaInlineRelationship\{closure}(), 0 passed and exactly 1 expected", |
@kirschbaum @brandonferens any updates here or is this repo abandoned? There has been no updates/comments from you guys for quite some time, and nothing has happened in this repo for coming up on 6 months. This package is currently broken for Nova v2/3 so basically anyone wanting to use it are currently SOL without maintaining their own fork. |
@ragingdave we'd love to work on this more. There are two issues: 1) we're extremely busy at the moment and haven't had time to focus on this yet and b) there are some major issues with how this package needed to be created. It's been making fixing bugs and keeping the package updated very challenging. If anyone is interested in helping to take these issues on let me know and we can have a quick call with you to discuss. These issues are quite complex and require deep understanding of Laravel and Nova. Would love to see this project move forward and succeed. |
@kirschbaum I would be interested in helping, as the end result of this package is something that would be very useful to me and my team and I'm sure, based on previous comments, others as well. |
Pass a $request to the inline() |
@ragingdave I have sent you an email invite for us all to sync. Let me know if you didn't get it. |
@genesiscz Why does sortUsing no longer exist? |
Hi guys, Thanks for providing this package, it's great! However, any updates on fixing this label issue? :) |
I honestly have no idea. I merged another fork with my own edits and made it work for my use case. You can always debug it and post a pull request to the fork I created. |
@genesiscz |
Without more info, no, unfortunatelly |
Any update on a fix for this issue? |
same problem :( |
I forked this repo to build the outdated dist files, which does not contain PR #59. Add my fork to your
and require the package:
|
@o1y Thank you, worked great. Hopefully core will get fixed. |
Guys, it is easy, just fix vue.js components |
Still got the same issue |
When i use it with BelongsTo relationship, labels are becomes like :
profile[0][id_number]
-profile[0][name]
... etc.The text was updated successfully, but these errors were encountered: