Skip to content
Snippets Groups Projects
Commit 99fd62e2 authored by Johannes Hörmann's avatar Johannes Hörmann
Browse files

fix attribute-Objectselection-Type

parent 860bfe32
No related branches found
No related tags found
No related merge requests found
import("system.logging");
import("KeywordData_lib");
import("Context_lib");
import("system.util");
......@@ -799,7 +798,7 @@ $AttributeTypes.OBJECTSELECTION = {
project.getDataModels(project.DATAMODEL_KIND_ENTITY).forEach(
function (entity)
{
if (entity[1] && this._selectableEntities[entity[0]])
if (entity[1] && $AttributeTypes.OBJECTSELECTION._selectableEntities[entity[0]])
dropDownList.push([entity[0], translate.text(entity[1])]);
}
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment