[xwiki-notifications] [Issue] Updated: (XWIKI-2199) Saving a document via the inline editor resets the Tags document's property
Alexandru Cismaru (JIRA)
jira at xwiki.org
Sat Jun 7 20:19:41 CEST 2008
[ http://jira.xwiki.org/jira/browse/XWIKI-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Alexandru Cismaru updated XWIKI-2199:
-------------------------------------
Attachment: XWIKI-2199.patch
Just replaced the "this.tags = "";" with "this.tags = null;" in EditForm class... because of "this.tags = "";" existing tags were deleted.
> Saving a document via the inline editor resets the Tags document's property
> ---------------------------------------------------------------------------
>
> Key: XWIKI-2199
> URL: http://jira.xwiki.org/jira/browse/XWIKI-2199
> Project: XWiki Core
> Issue Type: Bug
> Affects Versions: 1.1.2, 1.3 RC1
> Reporter: Marco Fabbri
> Assignee: Alexandru Cismaru
> Attachments: XWIKI-2199.patch
>
>
> When a document is edited and saved via inline editor, tags property get set to the empty string.
> Steps to reproduce the bug:
> Choose a document with includeForm macro (e.g. a xwiki user profile)
> 1. Edit the document in wiki mode and add one or more tags
> 2. Save the document
> (check the tags have been added to the document)
> 3. Edit the document via inline form
> 4. Save the document (Save and View)
> Check tags property, the tags added at point 1. have been deleted, the property is now set to the empty string.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.xwiki.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the notifications
mailing list