Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
basic
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xrm
basic
Commits
29b78fe9
Commit
29b78fe9
authored
5 years ago
by
Johannes Hörmann
Browse files
Options
Downloads
Patches
Plain Diff
merge fixes
parent
4910a3f9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
entity/DocumentTemplate_entity/recordcontainers/db/conditionProcess.js
+2
-1
2 additions, 1 deletion
...ntTemplate_entity/recordcontainers/db/conditionProcess.js
language/_____LANGUAGE_EXTRA/_____LANGUAGE_EXTRA.aod
+6
-0
6 additions, 0 deletions
language/_____LANGUAGE_EXTRA/_____LANGUAGE_EXTRA.aod
with
8 additions
and
1 deletion
entity/DocumentTemplate_entity/recordcontainers/db/conditionProcess.js
+
2
−
1
View file @
29b78fe9
...
@@ -7,4 +7,5 @@ var cond = SqlCondition.begin()
...
@@ -7,4 +7,5 @@ var cond = SqlCondition.begin()
.
andPrepareVars
(
"
DOCUMENTTEMPLATE.KIND
"
,
"
$param.DocumentTemplateType_param
"
)
.
andPrepareVars
(
"
DOCUMENTTEMPLATE.KIND
"
,
"
$param.DocumentTemplateType_param
"
)
.
andPrepareVars
(
"
DOCUMENTTEMPLATE.CLASSIFICATION
"
,
"
$param.DocumentTemplateTypeClassification_param
"
);
.
andPrepareVars
(
"
DOCUMENTTEMPLATE.CLASSIFICATION
"
,
"
$param.DocumentTemplateTypeClassification_param
"
);
result
.
string
(
SqlUtils
.
translateStatementWithQuotes
(
cond
.
build
(
"
1=1
"
)));
//TODO: use a preparedCondition (.build instead of .translate) when available #1030812 #1034026
\ No newline at end of file
result
.
string
(
cond
.
translate
(
"
1=1
"
));
\ No newline at end of file
This diff is collapsed.
Click to expand it.
language/_____LANGUAGE_EXTRA/_____LANGUAGE_EXTRA.aod
+
6
−
0
View file @
29b78fe9
...
@@ -5088,6 +5088,12 @@
...
@@ -5088,6 +5088,12 @@
<entry>
<entry>
<key>
Use template attachments
</key>
<key>
Use template attachments
</key>
</entry>
</entry>
<entry>
<key>
My Turnover
</key>
</entry>
<entry>
<key>
My Forecast
</key>
</entry>
</keyValueMap>
</keyValueMap>
<font
name=
"Dialog"
style=
"0"
size=
"11"
/>
<font
name=
"Dialog"
style=
"0"
size=
"11"
/>
<sqlModels>
<sqlModels>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment