Skip to content

Commit 80ff3f1

Browse files
committed
Metaclass correction in TEntityTypePropertyPage.java
1 parent abaf7a6 commit 80ff3f1

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

ToscaDesigner/src/main/java/fr/softeam/toscadesigner/handlers/propertypages/core/TEntityTypePropertyPage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public void update(IModulePropertyTable table) {
4747
table.addProperty("Description", _element.getDescription());
4848
table.addProperty("Derived From",
4949
this._element.getDerivedFrom() != null ? this._element.getDerivedFrom().getElement() : null,
50-
Arrays.asList(Metamodel.getMClass("Attribute")), new IMObjectFilter() {
50+
Arrays.asList(Metamodel.getMClass("Class")), new IMObjectFilter() {
5151
@Override
5252
public boolean accept(MObject element) {
5353
return TEntityType.canInstantiate(element);
93 Bytes
Binary file not shown.
10 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)