From 62d49a4da6b803832f2af6443a778ae3ec44d003 Mon Sep 17 00:00:00 2001 From: Yann Le Goff Date: Thu, 1 Aug 2024 16:53:23 +0200 Subject: [PATCH] Fix bug of no id on add element --- src/Pyramid-Bloc/PyramidLibraryController.class.st | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Pyramid-Bloc/PyramidLibraryController.class.st b/src/Pyramid-Bloc/PyramidLibraryController.class.st index 067ab8e6..43c2a811 100644 --- a/src/Pyramid-Bloc/PyramidLibraryController.class.st +++ b/src/Pyramid-Bloc/PyramidLibraryController.class.st @@ -116,6 +116,7 @@ PyramidLibraryController >> openForRoot [ PyramidLibraryController >> openForSelection [ self addElementsBlock: [ :arrayOfElement | + self renameElements: arrayOfElement. self editor commandExecutor use: PyramidAddChildrenCommand new on: self editor projectModel selection