-
Notifications
You must be signed in to change notification settings - Fork 297
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
When there are multiple custom properties, only the first property is updated #411
Comments
I changed the code below to
// replace to original code is as below
|
Up on this issue. I can't make it worked eather. @ebess is it possible to fix this ? |
@ebess : The problem is caused by overwriting
Renaming the new variable to something like |
Is there any solution to this issue? |
@jan-tricks solution works for me ... could you fix this? thank you! |
I have some issue with 5 custom fields (where saved only first). if i print
my solution to put the
PS but the solution above (PR) should also work. |
Hi @ebess, any plans fot the PR to be merged? |
Thank you!! It works for me!!! |
I use 4.1.6 version
When the code is as below, only 'a' is updated
Images::make('Images', 'gallery') ->customPropertiesFields([ Text::make('a'), Text::make('b'), ])
The text was updated successfully, but these errors were encountered: