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

fix description translation

parent 9604df13
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,4 @@ var cond = SqlCondition.begin()
.andPrepareVars("DESCRIPTIONTRANSLATION.OBJECT_TYPE", "$param.ObjectType_param")
.andPrepareVars("DESCRIPTIONTRANSLATION.OBJECT_ROWID", "$param.ObjectRowid_param");
result.string(db.translateCondition(cond.build("1 = 2")))
\ No newline at end of file
result.string(db.translateCondition(cond.build("1 = 1")))
\ 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