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

[2.x] Allow UpdateTeamNameForm in Livewire to hydrate all Team attributes #676

Merged
merged 1 commit into from
Feb 15, 2021

Conversation

knightkill
Copy link
Contributor

Hydrate UpdateTeamNameForm Livewire Component's state with complete team attributes instead of just name. Inertia already shares all team attributes.

This change will help the developer to 'show' attributes other than just name in Team Update Form in Livewire. Currently, the developer could update the team attribute to the database without this change. This change is so developers won't have to resort to registering custom Livewire components.

@knightkill knightkill changed the title Allow UpdateTeamNameForm in Livewire to hydrate all Team attributes [2.x] Allow UpdateTeamNameForm in Livewire to hydrate all Team attributes Feb 15, 2021
@taylorotwell taylorotwell merged commit 6664b1c into laravel:2.x Feb 15, 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.

2 participants