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
b8305e9e
Commit
b8305e9e
authored
5 years ago
by
Heinz Boesl
Browse files
Options
Downloads
Patches
Plain Diff
Error in blobHandler
parent
facb87c7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
process/blobHandler/process.js
+2
-2
2 additions, 2 deletions
process/blobHandler/process.js
with
2 additions
and
2 deletions
process/blobHandler/process.js
+
2
−
2
View file @
b8305e9e
...
...
@@ -5,7 +5,7 @@ import("system.util");
import
(
"
system.fileIO
"
);
import
(
"
system.vars
"
);
var
path
=
vars
.
get
(
"
$sys.server
home
"
)
+
"
/binaryfiles/
"
var
path
=
vars
.
get
(
"
$sys.server
data
"
)
+
"
/binaryfiles/
"
var
operation
=
null
;
switch
(
vars
.
get
(
"
$local.operation
"
))
...
...
@@ -49,7 +49,7 @@ function updateBlob (path, filename)
function
readBlob
(
path
,
filename
)
{
var
fullPath
=
path
+
filename
;
var
fromWhereCond
=
new
SqlBuilder
(
SqlUtils
.
getBinariesAlias
()).
from
(
"
ASYS_BINARIES
"
).
where
(
"
ASYS_BINARIES.
ASYS_BINARIES
"
,
filename
);
var
fromWhereCond
=
new
SqlBuilder
(
SqlUtils
.
getBinariesAlias
()).
from
(
"
ASYS_BINARIES
"
).
where
(
"
ASYS_BINARIES.
ID
"
,
filename
);
sqlHelper
=
new
SqlMaskingUtils
();
...
...
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