Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
root
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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-modules
xRM-Platform
root
Commits
1271f103
Commit
1271f103
authored
7 months ago
by
Oliver Jusa
Browse files
Options
Downloads
Patches
Plain Diff
#2025705 | Call new custom property for binary filepaths
parent
d720c73a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!23
#2025705 | Call new custom property for binary filepaths
Pipeline
#40071
failed
7 months ago
Stage: lint
Stage: scan
Stage: run-liquibase
Changes
1
Pipelines
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 @
1271f103
import
{
fileIO
,
result
,
util
,
vars
}
from
"
@aditosoftware/jdito-types
"
;
import
{
fileIO
,
result
,
util
,
vars
,
project
}
from
"
@aditosoftware/jdito-types
"
;
import
{
SqlBuilder
}
from
"
SqlBuilder_lib
"
;
import
{
SqlMaskingUtils
}
from
"
SqlMaskingUtils_lib
"
;
import
{
SqlUtils
}
from
"
SqlUtils_lib
"
;
...
...
@@ -9,7 +9,7 @@ import { SqlUtils } from "SqlUtils_lib";
* This process uses the id of the dataset as filename.
*/
var
path
=
vars
.
get
(
"
$sys.serverdata
"
)
+
"
/binaryfiles/
"
;
var
path
=
project
.
getInstanceConfigValue
(
"
custom.database.binarypath
"
,
"
/opt/ADITOData
/binaryfiles/
"
)
;
var
operation
=
null
;
switch
(
vars
.
get
(
"
$local.operation
"
))
...
...
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