MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / showSubmitResult

Function showSubmitResult

deployments/desktop/static/desktop.js:2507–2511  ·  view source on GitHub ↗
(data, generateReports)

Source from the content-addressed store, hash-verified

2505 }
2506
2507 function showSubmitResult(data, generateReports) {
2508 const result = submitResultMessage(data, generateReports);
2509 showPaperFeedback(result.type, result.title, result.detail);
2510 showFeedbackToast(result.type, result.title, result.detail);
2511 }
2512
2513 async function openReport(reportId) {
2514 if (!reportId) return;

Callers 1

submitFeedbackFunction · 0.85

Calls 3

submitResultMessageFunction · 0.85
showPaperFeedbackFunction · 0.85
showFeedbackToastFunction · 0.85

Tested by

no test coverage detected