Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dariah
search-commons-views
Commits
929b5555
Commit
929b5555
authored
Aug 10, 2018
by
Gradl, Tobias
Browse files
1128: Fix minor bugs for current release
Task-Url:
https://pm.winseda.de/issues/1128
parent
7d7ae43e
Changes
1
Hide whitespace changes
Inline
Side-by-side
collections/edit.jsp
View file @
929b5555
...
...
@@ -53,9 +53,9 @@
<!-- Tab panes -->
<div
class=
"tab-content"
>
<c:forEach
items=
"
${
collection
.
endpoints
}
"
var=
"ep"
varStatus=
"ep_status"
>
<c:forEach
items=
"
${
ep
.
datasetPojos
}
"
var=
"ds"
varStatus=
"ds_status"
>
<div
role=
"tabpanel"
class=
"tab-pane
<c:if
test=
"
${
ep_status
.
index
==
0
&&
ds_status
.
index
==
0
}
"
>
active
</c:if>
"
id=
"${ep.id}-${ds.id}"
>
<c:forEach
items=
"
${
collection
.
endpoints
}
"
var=
"ep"
varStatus=
"ep_status
2
"
>
<c:forEach
items=
"
${
ep
.
datasetPojos
}
"
var=
"ds"
varStatus=
"ds_status
2
"
>
<div
role=
"tabpanel"
class=
"tab-pane
<c:if
test=
"
${
ep_status
2
.
index
==
0
&&
ds_status
2
.
index
==
0
}
"
>
active
</c:if>
"
id=
"${ep.id}-${ds.id}"
>
<div
id=
"detailsContainer"
class=
"col-sm-12"
>
<%@ include
file=
"incl/incl_dataset_detail.jsp"
%>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment