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
Admin message
Gitlab Maintenance 11.04.2025 | 20:00 - 23:00 MEZ
Show more breadcrumbs
xrm
basic
Commits
56b904d1
Commit
56b904d1
authored
3 years ago
by
Pascal Neub
Browse files
Options
Downloads
Patches
Plain Diff
Update process.js
parent
f9d327cf
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/Binary_lib/process.js
+1
-1
1 addition, 1 deletion
process/Binary_lib/process.js
with
1 addition
and
1 deletion
process/Binary_lib/process.js
+
1
−
1
View file @
56b904d1
...
...
@@ -39,7 +39,7 @@ BinaryUtils.copyBinaries = function(pSourceAssignmentTable, pSourceAssignmentRow
pAlias
=
pAlias
||
SqlUtils
.
getBinariesAlias
();
var
binMetadata
=
db
.
getBinaryMetadata
(
pSourceAssignmentTable
,
pAssignmentName
,
pSourceAssignmentRowId
,
false
,
pAlias
);
var
binContents
=
db
.
getBinaryContents
(
binMetadata
.
map
(
function
(
curr
){
return
curr
.
id
}),
pAlias
);
for
(
i
=
0
;
i
<
binMetadata
.
length
;
i
++
)
for
(
var
i
=
0
;
i
<
binMetadata
.
length
;
i
++
)
{
db
.
insertBinary
(
pTargetAssignmentTable
,
pAssignmentName
,
pTargetAssignmentRowId
,
""
,
binContents
[
i
],
...
...
This diff is collapsed.
Click to expand it.
Benjamin Ulrich
@b.ulrich
mentioned in commit
c38af960
·
3 years ago
mentioned in commit
c38af960
mentioned in commit c38af960228d7ea75c2ac90614a1ab426328fa68
Toggle commit list
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