summaryrefslogtreecommitdiffstats
path: root/app/views/journals/update.rjs
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2008-02-02 10:50:31 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2008-02-02 10:50:31 +0000
commitbea49ae24532284ca4ef9ce72733b78f77e480d5 (patch)
treeaf4cc8c8774e45178f737b7e3774979c04d13ffa /app/views/journals/update.rjs
parent4abb82fd7bcdd2cdffdd8778a5d9e2fc6a3857dd (diff)
downloadredmine-bea49ae24532284ca4ef9ce72733b78f77e480d5.tar.gz
redmine-bea49ae24532284ca4ef9ce72733b78f77e480d5.zip
Administrators can edit issue notes.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1105 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/journals/update.rjs')
-rw-r--r--app/views/journals/update.rjs3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/journals/update.rjs b/app/views/journals/update.rjs
new file mode 100644
index 000000000..9da0ebeae
--- /dev/null
+++ b/app/views/journals/update.rjs
@@ -0,0 +1,3 @@
+page.replace "journal-#{@journal.id}-notes", render_notes(@journal)
+page.show "journal-#{@journal.id}-notes"
+page.remove "journal-#{@journal.id}-form"