diff --git a/src/main/java/org/gridsuite/explore/server/services/ExploreService.java b/src/main/java/org/gridsuite/explore/server/services/ExploreService.java index bf46f63..7194461 100644 --- a/src/main/java/org/gridsuite/explore/server/services/ExploreService.java +++ b/src/main/java/org/gridsuite/explore/server/services/ExploreService.java @@ -355,7 +355,6 @@ public void notifyCasesThresholdReached(int userCasesCount, int userMaxAllowedSt public void updateElement(UUID id, ElementAttributes elementAttributes, String userId) { // check if the user have the right to update the element - directoryService.areDirectoryElementsUpdatable(List.of(id), userId); directoryService.updateElement(id, elementAttributes, userId); ElementAttributes elementsInfos = directoryService.getElementInfos(id); // send notification if the study name was updated