Project

General

Profile

Actions

Feature #1070

closed

Allow issue note edit (incl patch)

Added by Carl Nygard almost 16 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Category:
Issues
Target version:
Start date:
2008-04-16
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

If someone messes up the wiki-text of an issue comment, there's no way to edit the comment. The patch adds capability to add (and preview) notes in an issue. The 'Edit' link appears on the right next to the note anchor if either of the following are true:

  • user has delete permission for issues
  • user is original author of individual comment

Edit form appear inline, along with Preview and Cancel links.

Patch is against 0.6.4 and includes possibly some cruft regarding note preview that may not be necessary when applying to 0.7 code. Please examine patch and apply native intelligence.

Also, the patch tries to abstract the note editing stuff into the partial _note_form.rhtml, which is referenced in _history.rhtml. Unfortunately, I couldn't work out how it could be used in show.rhtml. show.rhtml seems to operate on @issue, while _note_form.rhtml expects @journal entries.


Files

redmine-note-edit.patch (8.13 KB) redmine-note-edit.patch changes for preview and editing notes Carl Nygard, 2008-04-16 20:20
_note_form.rhtml (589 Bytes) _note_form.rhtml additional partial form for editing notes Carl Nygard, 2008-04-16 20:20
Actions #1

Updated by Jean-Philippe Lang almost 16 years ago

I'm afraid this feature is already implemented in 0.7. See r1105 and r1152.
This is also mentioned in the Changelog:

Permissions to edit issue notes

A specific permission was added. But preview is missing, I'll try to add it.

Actions #2

Updated by Jean-Philippe Lang almost 16 years ago

  • Category changed from UI to Issues
  • Status changed from New to Closed
  • Resolution set to Fixed
Actions

Also available in: Atom PDF