Skip to content
Snippets Groups Projects
Commit afea5e87 authored by Johannes Goderbauer's avatar Johannes Goderbauer
Browse files

Hotfix: Member loads unnecessery and unavailable data

parent b4ed614c
No related branches found
No related tags found
No related merge requests found
import("system.vars");
import("system.result"); import("system.result");
import("Context_lib"); import("Context_lib");
result.string(ContextUtils.getNameSubselectSql("OBJECT_TYPE", "OBJECT_ROWID")) //TODO: refactor:
\ No newline at end of file //whenever we want to shrink data for a single object it's not needed to resolve the objects name where we're from
if (vars.get("$param.ObjectType_param") == null)
result.string(ContextUtils.getNameSubselectSql("OBJECT_TYPE", "OBJECT_ROWID"));
else
result.string("'OBJECT_ROWID.displayValue not loaded'");
\ No newline at end of file
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