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

Delete reservations warning #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

wiredloose
Copy link
Contributor

Rewrites the reservation delete functions so users are presented with a confirmation window.

@@ -528,18 +589,42 @@ function ding_reservation_update_reservations_form_validate($form, &$form_state)
}

/**
* Submit handler.
* Submit handlers.

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.

@wiredloose
Copy link
Contributor Author

@runephilosof : The latest commit also includes new comments above each function


return $response;
}

function ding_reservation_update_reservations_form_callback($form, &$form_state) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still lacking a comment

@runephilosof
Copy link

There is no confirmation on pushing the row buttons

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.

2 participants