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

Change the delete a:link with a submit button #18

Open
has-oumar opened this issue Feb 11, 2021 · 0 comments
Open

Change the delete a:link with a submit button #18

has-oumar opened this issue Feb 11, 2021 · 0 comments

Comments

@has-oumar
Copy link

I'm suggesting that you change the a:href link inside the the delete forms
<a href="javascript:$('#[email protected]').submit();" class="dropdown-item"><i class="fas fa-trash-alt"></i> Delete</a>with a submit button <button type="submit" class="dropdown-item"><i class="fas fa-trash-alt"></i> Delete</button>, because what we have now does show the confirm dialog indeed but when you click any of the confirmation dialog buttons the result is just a redirection to empty content.

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

No branches or pull requests

1 participant