You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by ko...@apache.org on 2015/05/19 13:59:30 UTC

svn commit: r1680261 - /roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/Comments.jsp

Author: kohei
Date: Tue May 19 11:59:30 2015
New Revision: 1680261

URL: http://svn.apache.org/r1680261
Log:
ROL-2077 Message "Manage comments for entry titled null" is shown after deleting a comment from comment editing page of a specific entry

Modified:
    roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/Comments.jsp

Modified: roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/Comments.jsp
URL: http://svn.apache.org/viewvc/roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/Comments.jsp?rev=1680261&r1=1680260&r2=1680261&view=diff
==============================================================================
--- roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/Comments.jsp (original)
+++ roller/trunk/app/src/main/webapp/WEB-INF/jsps/editor/Comments.jsp Tue May 19 11:59:30 2015
@@ -61,7 +61,7 @@
     <s:if test="actionName == 'comments'">
         <s:if test="bean.entryId != null && !bean.entryId.equals('') ">
             <s:text name="commentManagement.entry.subtitle">
-                <s:param value="firstComment.weblogEntry.title"/>
+                <s:param value="queryEntry.title"/>
             </s:text>
         </s:if>
         <s:else>