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
Description:
The success branch of manualImport is an empty if block:
if ($result['success'] === true) {
// empty
}
returnnewJSONResponse($result, 400);
Every response — including successful imports — returns HTTP 400. The UI therefore always displays the import as failed, regardless of the actual outcome.
Severity: MEDIUM
Location:
lib/Controller/SettingsController.phplines 1020–1023 (manualImport)Description:
The success branch of
manualImportis an emptyifblock:Every response — including successful imports — returns HTTP 400. The UI therefore always displays the import as failed, regardless of the actual outcome.
Suggested fix:
Source: deep team-reviewer pass 2026-05-27