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

ShortUrlAction #213

Merged
merged 1 commit into from
Dec 3, 2023
Merged

ShortUrlAction #213

merged 1 commit into from
Dec 3, 2023

Conversation

atmonshi
Copy link
Member

@atmonshi atmonshi commented Dec 3, 2023

No description provided.

Copy link

what-the-diff bot commented Dec 3, 2023

PR Summary

  • Introduction of getActions() method in FormResource
    A new method called getActions() has been added to the FormResource class. This method is designed to define what actions can be performed on the form.

  • Relocation of actions to getActions() method
    The actions formerly defined in the actions() method have been moved to the new getActions() method for more centralized and efficient management.

  • Addition of ShortUrlAction to getActions()
    We have introduced a new action called ShortUrlAction in the getActions() method. This action, as the name suggests, is intended to handle short URL related tasks.

  • Conditional Inclusion of ShortUrlAction
    The HelenServiceProvider class has been imported. If this class is present in the system, the ShortUrlAction will be included in the list of actions.

  • Removal of duplicate ReplicateFormAction
    Any duplicate presence of ReplicateFormAction within the actions() method has been removed as part of this update to prevent unnecessary redundancy.

There are no other substantial changes as part of this PR beyond these highlighted areas.

@atmonshi atmonshi merged commit 469ec03 into 2.x Dec 3, 2023
2 of 3 checks passed
@atmonshi atmonshi deleted the ShortUrlAction branch December 3, 2023 15:17
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