Groli
Why can't I attach record to HasMany - BelongsTo relationship through relation manager?
I wanted to attach person to room through relation manager but got this error when trying to do so:
Call to undefined method Illuminate\Database\Eloquent\Relations\HasMany::getQualifiedRelatedKeyName()
.
Thanks for any help!5 replies
How would you make primary file chooser out of list of files?
Hello, I have a question about how to choose primary file out of multiple files from a
FileUpload
?
I need to choose primary image in my case and I'm not sure which approach would fit the best. Do you have any experience doing this?
Thanks for any suggestions in advance!4 replies
How can you close notification from ActionGroup that is inside its actions?
As explained in the title... If I try to use
->close()
, it will only close the action group popup, not the notification? Is it possible to the do?
Thanks for any help in advance.4 replies