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
235a2907
Commit
235a2907
authored
3 years ago
by
Robert Loipfinger
Browse files
Options
Downloads
Patches
Plain Diff
1063550 Dokumente als Links: Link angepasst
parent
1b76df68
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
entity/Document_entity/recordcontainers/jdito/contentProcess.js
+1
-1
1 addition, 1 deletion
.../Document_entity/recordcontainers/jdito/contentProcess.js
with
1 addition
and
1 deletion
entity/Document_entity/recordcontainers/jdito/contentProcess.js
+
1
−
1
View file @
235a2907
...
...
@@ -28,7 +28,7 @@ if(vars.exists("$param.AssignmentTable_param") &&
for
(
var
i
=
0
;
i
<
metadata
.
length
;
i
++
)
{
var
previewAvatar
=
metadata
[
i
].
preview
||
"
VAADIN:FILE
"
;
var
link
=
"
/client/binary?no-cache=true&id=
"
+
metadata
[
i
].
id
;
var
link
=
vars
.
get
(
"
$sys.origin
"
)
+
"
/client/binary?no-cache=true&id=
"
+
metadata
[
i
].
id
;
documents
.
push
(
[
metadata
[
i
].
id
,
metadata
[
i
].
filename
,
link
,
metadata
[
i
].
filename
,
metadata
[
i
].
size
,
metadata
[
i
].
edit
,
previewAvatar
,
metadata
[
i
].
mimetype
,
metadata
[
i
].
description
,
metadata
[
i
].
keyword
,
assignmentRowId
]);
...
...
This diff is collapsed.
Click to expand it.
Robert Loipfinger
@r.loipfinger
mentioned in commit
6902540c
·
3 years ago
mentioned in commit
6902540c
mentioned in commit 6902540c45f683b87cf0b6c27512f60a5e854a43
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