diff --git a/src/Pyramid-Bloc/PyramidTreePlugin.class.st b/src/Pyramid-Bloc/PyramidTreePlugin.class.st index f5c13e56..a74e61b1 100644 --- a/src/Pyramid-Bloc/PyramidTreePlugin.class.st +++ b/src/Pyramid-Bloc/PyramidTreePlugin.class.st @@ -38,7 +38,7 @@ PyramidTreePlugin class >> columnNameAndType: aPyramidTreePlugin [ of: aBlElement onEditor: aPyramidTreePlugin editor ]; evaluated: [ :aBlElement | - aBlElement id isNoId + aBlElement elementId isNoId ifTrue: [ '' ] ifFalse: [ aBlElement id asSymbol ] ]; displayColor: [ :aBlElement | Smalltalk ui theme textColor ];