-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[backend] Disable customer returns buttons after first click #3550
Merged
waiting-for-dev
merged 4 commits into
solidusio:main
from
nebulab:backend-customer-returns-disable-submit
Jun 13, 2023
Merged
[backend] Disable customer returns buttons after first click #3550
waiting-for-dev
merged 4 commits into
solidusio:main
from
nebulab:backend-customer-returns-disable-submit
Jun 13, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AlessioRocco
changed the title
Disable reimbursement creation button after click
Disable submit buttons after click
Mar 12, 2020
AlessioRocco
changed the title
Disable submit buttons after click
[backend] Disable submit buttons after first click
Mar 12, 2020
AlessioRocco
force-pushed
the
backend-customer-returns-disable-submit
branch
2 times, most recently
from
March 12, 2020 14:14
b2ff9ba
to
b6ce00e
Compare
AlessioRocco
changed the title
[backend] Disable submit buttons after first click
[backend] Disable missing submit buttons after first click
Mar 12, 2020
AlessioRocco
changed the title
[backend] Disable missing submit buttons after first click
[backend] Disable missing customer returns submit buttons after first click
Mar 12, 2020
AlessioRocco
changed the title
[backend] Disable missing customer returns submit buttons after first click
[backend] Disable customer returns submit buttons after first click
Mar 12, 2020
AlessioRocco
changed the title
[backend] Disable customer returns submit buttons after first click
[backend] Disable customer returns buttons after first click
Mar 12, 2020
AlessioRocco
force-pushed
the
backend-customer-returns-disable-submit
branch
5 times, most recently
from
April 4, 2020 13:03
34b84c9
to
3997cff
Compare
houndci-bot
reviewed
Apr 4, 2020
backend/spec/features/admin/orders/return_payment_state_spec.rb
Outdated
Show resolved
Hide resolved
AlessioRocco
force-pushed
the
backend-customer-returns-disable-submit
branch
from
April 4, 2020 13:05
3997cff
to
9168eb6
Compare
@AlessioRocco do you have a second to finish this? 🙏 |
waiting-for-dev
added
type:enhancement
Proposed or newly added feature
changelog:solidus_backend
Changes to the solidus_backend gem
labels
Aug 25, 2022
Disabling the button prevents multiple form submissions that would result in unwanted duplicated records.
Disabling the button prevents multiple form submissions that would result in unwanted duplicated records.
Disabling the button prevents multiple form submissions that would result in unwanted duplicated records.
elia
force-pushed
the
backend-customer-returns-disable-submit
branch
from
June 9, 2023 18:57
9168eb6
to
318d907
Compare
elia
approved these changes
Jun 9, 2023
elia
approved these changes
Jun 9, 2023
rainerdema
approved these changes
Jun 12, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏
jarednorman
approved these changes
Jun 12, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
changelog:solidus_backend
Changes to the solidus_backend gem
type:enhancement
Proposed or newly added feature
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR continue the work started with #3342:
by disabling the missing submit buttons in the customer returns backend page.
Checklist: