Skip to content

Commit 4994ef1

Browse files
mmoquiNicolasEYSSERIC
authored andcommitted
(nobranch,rebasingbug #5199) : bug #5199 : now toolbox delegates the attachments listing to the displayAttachedFiles.jsp instead of editAttachedFiles.jsp in order to profit of the online edition
1 parent 00572d6 commit 4994ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kmelia/kmelia-war/src/main/webapp/kmelia/jsp/attachmentManager.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function topicGoTo(id) {
132132
<br clear="all"/>
133133
<% }
134134
out.flush();
135-
getServletConfig().getServletContext().getRequestDispatcher("/attachment/jsp/editAttachedFiles.jsp?Id="+pubId+"&ComponentId="+componentId+"&Context=attachment&IndexIt="+pIndexIt+"&Url="+url+"&UserId="+kmeliaScc.getUserId()+"&OpenUrl="+openUrl+"&Profile="+kmeliaScc.getProfile()+"&Language="+currentLang+"&XMLFormName="+URLEncoder.encode(xmlForm)).include(request, response);
135+
getServletConfig().getServletContext().getRequestDispatcher("/attachment/jsp/displayAttachedFiles.jsp?Id="+pubId+"&ComponentId="+componentId+"&dnd=true&Context=attachment&IndexIt="+pIndexIt+"&Url="+url+"&UserId="+kmeliaScc.getUserId()+"&OpenUrl="+openUrl+"&Profile="+kmeliaScc.getProfile()+"&Language="+currentLang+"&XMLFormName="+URLEncoder.encode(xmlForm)).include(request, response);
136136
out.flush();
137137
138138
if ("progress".equals(wizard) || "finish".equals(wizard)) {

0 commit comments

Comments
 (0)