Refresh organisations cache on project update

This commit is contained in:
D. Berge
2025-07-11 22:48:06 +02:00
parent 6b6f545b9f
commit d77f7f66db

View File

@@ -29,6 +29,7 @@ class DetectProjectConfigurationChange {
DEBUG("Project configuration change detected")
const projects = await project.get();
project.organisations.setCache(projects);
const _ctx_data = {};
for (let pid of projects.map(i => i.pid)) {