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

add sticky form actions #266

Merged
merged 1 commit into from
Mar 27, 2024
Merged

add sticky form actions #266

merged 1 commit into from
Mar 27, 2024

Conversation

atmonshi
Copy link
Member

No description provided.

Copy link

what-the-diff bot commented Mar 27, 2024

PR Summary

  • PHPUnit Test Results Modifications
    The test results cached by PHPUnit, our testing framework, were updated with new values. This reflects the recent changes and modifications made in various tests of our application.

  • New Method in BoltPlugin Class
    A new method formActionsAreSticky was added to the BoltPlugin class. It is set to true, this indicates that form actions will now persist across different sessions improving the user's interaction with forms.

  • Addition of Property in Configuration File
    The formActionsAreSticky property, along with its getter and setter methods, was added to the Configuration.php file. By default, it is set to false, meaning, in our default configuration, form actions won't be sticky. However, it provides the flexibility to change this setting if needed.

  • New Method in CreateForm Class
    A new method areFormActionsSticky was introduced in the CreateForm class. This method fetches the value of isFormActionsAreSticky from BoltPlugin, enabling the Create Form page to conform to the set behavior of form actions.

  • New Method in EditForm Class
    Similar to CreateForm, the EditForm class also got a new method areFormActionsSticky to fetch the value of isFormActionsAreSticky from BoltPlugin. It allows the form actions on the Edit Form page to behave based on the set property value.

@atmonshi atmonshi merged commit ecb52b3 into 3.x Mar 27, 2024
5 checks passed
@atmonshi atmonshi deleted the sticky branch March 27, 2024 23:03
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