We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20ac96 commit e8dd56cCopy full SHA for e8dd56c
search/web/inc/details/vc.jsp
@@ -7,7 +7,7 @@
7
<scrd:loggedusers>
8
<view:object name="cols" clz="cz.incad.Kramerius.views.virtualcollection.VirtualCollectionViewObject"></view:object>
9
<table id="coll_table">
10
-<c:forEach var="col" items="${cols.virtualCollectionsLocale}">
+<c:forEach var="col" items="${cols.virtualCollectionsFromFedoraLocale}">
11
<tr id="vc_${col.pid}" class="vcoll">
12
<c:forEach items="${col.descriptions}" var="desc">
13
<td><input type="checkbox" /></td>
0 commit comments