Re: [xwiki-devs] [xwiki-notifications] r10459 - xwiki-platform/web/trunk/standard/src/main/webapp/templates
Hi Artem, On Jun 19, 2008, at 2:44 PM, amelentev (SVN) wrote:
Author: amelentev Date: 2008-06-19 14:44:27 +0200 (Thu, 19 Jun 2008) New Revision: 10459
Modified: xwiki-platform/web/trunk/standard/src/main/webapp/templates/ editactions.vm Log: XWIKI-114: Adding comment for edit changes
fix old typo
You cannot do this since: * the issue is already closed and has already been released * this won't appear in the release notes The best is to create a new jira issue for this explaining what the problem is from the user's point of view. Thanks -Vincent
Modified: xwiki-platform/web/trunk/standard/src/main/webapp/ templates/editactions.vm =================================================================== --- xwiki-platform/web/trunk/standard/src/main/webapp/templates/ editactions.vm 2008-06-19 12:06:15 UTC (rev 10458) +++ xwiki-platform/web/trunk/standard/src/main/webapp/templates/ editactions.vm 2008-06-19 12:44:27 UTC (rev 10459) @@ -75,7 +75,7 @@
#if((!$commentFieldAdded)&&($xwiki.hasEditComment())) #set($commentFieldAdded = 1) -#if($xwiki.isEditCommentHidden()) +#if($xwiki.isEditCommentFieldHidden()) <input type="hidden" name="comment" value="" size="80" /> #else $msg.get("core.comment"): <input type="text" name="comment" value="" size="80" />
http://jira.xwiki.org/jira/browse/XWIKI-2487 done. Vincent Massol wrote:
Hi Artem,
On Jun 19, 2008, at 2:44 PM, amelentev (SVN) wrote:
Author: amelentev Date: 2008-06-19 14:44:27 +0200 (Thu, 19 Jun 2008) New Revision: 10459
Modified: xwiki-platform/web/trunk/standard/src/main/webapp/templates/ editactions.vm Log: XWIKI-114: Adding comment for edit changes
fix old typo
You cannot do this since: * the issue is already closed and has already been released * this won't appear in the release notes
The best is to create a new jira issue for this explaining what the problem is from the user's point of view.
Thanks -Vincent
Modified: xwiki-platform/web/trunk/standard/src/main/webapp/ templates/editactions.vm =================================================================== --- xwiki-platform/web/trunk/standard/src/main/webapp/templates/ editactions.vm 2008-06-19 12:06:15 UTC (rev 10458) +++ xwiki-platform/web/trunk/standard/src/main/webapp/templates/ editactions.vm 2008-06-19 12:44:27 UTC (rev 10459) @@ -75,7 +75,7 @@
#if((!$commentFieldAdded)&&($xwiki.hasEditComment())) #set($commentFieldAdded = 1) -#if($xwiki.isEditCommentHidden()) +#if($xwiki.isEditCommentFieldHidden()) <input type="hidden" name="comment" value="" size="80" /> #else $msg.get("core.comment"): <input type="text" name="comment" value="" size="80" />
_______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Artem Melentyev
participants (2)
-
Artem Melentyev -
Vincent Massol