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

global button confirmation doesn't working #60

Closed
shonhor22 opened this issue Apr 26, 2018 · 1 comment
Closed

global button confirmation doesn't working #60

shonhor22 opened this issue Apr 26, 2018 · 1 comment
Assignees

Comments

@shonhor22
Copy link

shonhor22 commented Apr 26, 2018

This is a bug request.

Description

Steps to Reproduce

"buttons": [
"excel",
"create",
"edit",
"destroy",
{
"type": "global",
"icon": "trash",
"class": "is-danger",
"routeSuffix": "delete",
"event": "delete",
"postEvent": "delete-done",
"action": "ajax",
"method": "PATCH",
"label": "Устгах",
"confirmation": true,
"message": "Бүх өгөгдлийг устгахдаа итгэлтэй байна уу?"

}

Expected behavior

modal open and ask

Actual behavior

modal doesn't open and action done directly

@aocneanu aocneanu self-assigned this May 3, 2018
@aocneanu
Copy link
Member

aocneanu commented May 3, 2018

This is not a bug, but I will add this enhancement in the following days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants