mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 06:25:45 +01:00
Improve plugin center error feedback and cache invalidation (#2147)
The plugin center cache was not invalidated when the proxy configuration was changed in the global settings. This caused stale and inconsistent state to be displayed to the user while there was no feedback that something was wrong.
This commit is contained in:
committed by
GitHub
parent
ec83de3600
commit
7b933c6821
@@ -114,6 +114,7 @@ describe("Test plugin hooks", () => {
|
||||
_embedded: {
|
||||
plugins,
|
||||
},
|
||||
pluginCenterStatus: "OK",
|
||||
});
|
||||
|
||||
const createPendingPlugins = (
|
||||
|
||||
Reference in New Issue
Block a user