Skip to content
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

fill method for values input #7

Closed
wants to merge 3 commits into from

Conversation

JosefMor
Copy link

For Userfrosting 4.4 important change.

'user' => $user,
'fields' => array_values(array_unique($fieldNames)),
//JMhack dynamicky pridavana pole
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think some of your site changes made it in this PR ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, Luis,

bug:
$user->$name = $value;
this with Userfrosting 4.4 don't use slug table,

functional chage:
$user->fill($filled_data);

array $filled_data is in the middle


sorry for comment, it is internal.

Thanks for Userfrosting modules.
Josef

lcharette added a commit that referenced this pull request Feb 14, 2021
when updating existing user or group (Ref. #7 & #8)
@lcharette
Copy link
Owner

I manually pushed a fix for this based on the fill method used here. Should be fixed in version 3.0.1 which I'll release soon.

@lcharette lcharette closed this Feb 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants