-
Notifications
You must be signed in to change notification settings - Fork 10
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
Delete reservations warning #2
base: master
Are you sure you want to change the base?
Delete reservations warning #2
Conversation
…ates and reservations deletes and their related form functions
@@ -528,18 +589,42 @@ function ding_reservation_update_reservations_form_validate($form, &$form_state) | |||
} | |||
|
|||
/** | |||
* Submit handler. | |||
* Submit handlers. |
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.
Instead of this change, I would prefer having the comment above each function.
@runephilosof : The latest commit also includes new comments above each function |
|
||
return $response; | ||
} | ||
|
||
function ding_reservation_update_reservations_form_callback($form, &$form_state) { |
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.
Still lacking a comment
There is no confirmation on pushing the row buttons |
Rewrites the reservation delete functions so users are presented with a confirmation window.