Contribution Date
Technology
Contribution Project
Contribution Details
The patch in #3 applied cleanly for me on 7.x-dev.
However, the patches does not fix the issue for me. Attaching the screenshot after applying patch.
// Only disable upload fields for Ajax buttons.
- if (!$(clickedButton).hasClass('ajax-processed')) {
+ if ($(clickedButton).hasClass('ajax-processed')) {
return;
}
It would be great if someone can review the above code and confirm if it is right place to fix the issue.
Contribution Issue Link
Contribution Link
Files count
1
Patches count
0