Skip to content

Fix ajax error handling pr 95 - #100

Merged
Zodiac1978 merged 2 commits into
developfrom
fix-ajax-error-handling-pr-95
Aug 15, 2026
Merged

Fix ajax error handling pr 95#100
Zodiac1978 merged 2 commits into
developfrom
fix-ajax-error-handling-pr-95

Conversation

@Zodiac1978

Copy link
Copy Markdown
Owner

Fixes #67
Closes #95

apermo and others added 2 commits April 14, 2026 16:33
Add .fail() handler to the AJAX call so a network
error or server failure shows an error row instead
of stopping the entire chain. Wrap JSON.parse in
try/catch for malformed responses. Processing
continues to the next plugin in both cases.
…dling-pr-95

# Conflicts:
#	js/plugin-report.js
#	rt-plugin-report.php
@Zodiac1978
Zodiac1978 merged commit 8dbc586 into develop Aug 15, 2026
8 checks passed
@Zodiac1978
Zodiac1978 deleted the fix-ajax-error-handling-pr-95 branch August 15, 2026 12:18
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.

Handle interrupted AJAX calls gracefully

2 participants