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

fix static panel path #217

Merged
merged 2 commits into from
Dec 9, 2023
Merged

fix static panel path #217

merged 2 commits into from
Dec 9, 2023

Conversation

atmonshi
Copy link
Member

@atmonshi atmonshi commented Dec 9, 2023

No description provided.

Copy link

what-the-diff bot commented Dec 9, 2023

PR Summary

  • Refinement on Entries Actions Method
    In the EntriesAction.php module, the behavior of the getEntriesActions function has been updated. Previously, it could accept either an integer (whole number) or a null value for the parameter $formId. This has been changed so that it strictly requires an integer value.

  • Changes to Initialization Method in Extensions Facade
    The init function within the Extensions.php module has been updated. It used to allow either an array (an ordered list of items) or a null value as the $data parameter. This has been changed to require an array strictly.

  • Adoption of ListResponses in Form Resources
    We've made changes in the FormResource.php file. A new reference to ListResponses was added, making it possible to use its functionality within this module. It resulted in transforming the url method in the entries action to use ListResponses::getUrl method. This change should enhance the efficiency of our URL handling.

  • Mount Method Update in Livewire FillForms
    In the FillForms.php file, the mount method has been updated to require a string (a sequence of characters) for the $extensionSlug parameter strictly, removing the allowance for it to be null.

@atmonshi atmonshi merged commit 70ffd31 into 2.x Dec 9, 2023
@atmonshi atmonshi deleted the fix-static-panel-path branch December 9, 2023 13:50
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