You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But when I perform deleteList action no confirm occures. It is probably the problem with the camel-case naming, because if I change the operation's name in setConfig to delete-list, confirm work fine.
The text was updated successfully, but these errors were encountered:
uiii
changed the title
setConfirm and operation name
setConfirm and operation's name
May 28, 2014
Sorry, but now the operation's confirmation doesn't work at all. I'm not sure if you did understand the problem. The problem was that for operation with the name deleteList the confirm with name deleteList didn't work but the confirm with name delete-list worked fine. Now, after your commit, any of the confirms doesn't work.
Hi,
I have the following code:
But when I perform deleteList action no confirm occures. It is probably the problem with the camel-case naming, because if I change the operation's name in setConfig to
delete-list
, confirm work fine.The text was updated successfully, but these errors were encountered: