Defect #9266
closedcomments field in wiki_content table does not be updated and displayed correctly
0%
Description
Update error
when edit a wiki page, if change only 'comments' and the content does not change.
Click 'save'
the newly input 'comments' will not be saved.
and if the comments and contents changed together, the comments will be saved.
Display error:
the comments does not display when edit wiki, no matter whether it has been saved before.
Related issues
Updated by Etienne Massip about 13 years ago
Jeff Lee wrote:
Update error
(...)
Looks fine to me, why would you set comments and not update the page??
Display error:
the comments does not display when edit wiki, no matter whether it has been saved before.
I don't understand, what is not displayed and where?
Updated by Holger Just about 2 months ago
- Status changed from New to Closed
- Priority changed from High to Normal
- Resolution set to Wont fix
When editing a wiki page, you can enter a comment. This comment however is not scoped for the wiki page (i.e., it is not a comment for the entire page) but instead, it is a comment which describes the change you have performed in the content. The comment will be saved with the change and is displayed in the history of the wiki page.
Accordingly, the comment will only be saved if you actually change the content and create a new wiki page version.