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

small fixes in extensions #212

Merged
merged 1 commit into from
Nov 24, 2023
Merged

small fixes in extensions #212

merged 1 commit into from
Nov 24, 2023

Conversation

atmonshi
Copy link
Member

No description provided.

@atmonshi atmonshi merged commit 9dabd1c into 2.x Nov 24, 2023
3 checks passed
@atmonshi atmonshi deleted the ext-fixes branch November 24, 2023 13:45
Copy link

what-the-diff bot commented Nov 24, 2023

PR Summary

  • Implement Necessary Import Removal in FormResource
    The inclusion of use LaraZeus\BoltPro\Livewire\PrefilledForm was removed from src/Filament/Resources/FormResource.php. This streamlines the code as the import was unnecessary.

  • Enhanced Array Capabilities in FillForms
    Incorporated use Illuminate\Support\Arr in src/Livewire/FillForms.php to add robustness to our array data operations, enhancing the efficiency of our code.

  • Store Method Optimisation in FillForms
    The store method in src/Livewire/FillForms.php was modified. The "extensions" key is now ignored during the loop execution within this method, providing more specific and efficient data processing.

  • Revamped Default Value Assignment in FillForms
    The manner in which the default value assignment for $this->extensionData['extensionsComponent'] in src/Livewire/FillForms.php was updated. The default value from $this->form->getState()['zeusData']['extensions'] is now utilized enabling a more consistent data flow.

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.

1 participant