-
Notifications
You must be signed in to change notification settings - Fork 174
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
[configuration] adds confirmation prompt when deleting a field. #7069
[configuration] adds confirmation prompt when deleting a field. #7069
Conversation
@racostas could you please rebase so the tests can run? @zaliqarosli could you review this PR once rebased please? Thank you! |
@zaliqarosli could you re-review please? Thanks! |
status update: @laemtl may have a solution for us (to use sweetalert2 on non-react module). i will re-review after this has been implemented |
@zaliqarosli Fix is ready and waiting for permission to push. |
Go ahead @laemtl ! Thank you. |
@racostas pushed. |
90cd422
to
b8ccee1
Compare
@racostas I fixed a conflict with a rebase. |
3c810c6
to
28be440
Compare
@laemtl thanks for the contribution! is this ready to test? I'm wondering if |
@zaliqarosli Yes, ready to test! And thanks for letting me know about the duplicates, it was a mistake. |
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.
add js/configuration_helper.js
to the .gitignore file, but besides that, everythings great!
@zaliqarosli .gitignore updated! |
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.
LGTM
Seems to be failing tests? |
@driusan No tests have run successfully for a couple of days now. They need to be fixed, unrelated to this PR. |
2a7d8f7
to
503c5d9
Compare
Co-authored-by: Zaliqa <zaliqa.rosli@mcin.ca>
Co-authored-by: Zaliqa <zaliqa.rosli@mcin.ca>
503c5d9
to
ea18c52
Compare
Brief summary of changes
Adds confirmation prompt when deleting a field.
See more details on issue #7010
Test Plan updated.
Testing instructions
MainMenu-> Admin -> Configuration -> Statistics.
Link to related issue