Mercurial > hg > soundsoftware-site
diff .svn/pristine/60/6089c129623045cd6c157b0be5cbb46ac9a89d00.svn-base @ 909:cbb26bc654de redmine-1.3
Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2012 19:09:32 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.svn/pristine/60/6089c129623045cd6c157b0be5cbb46ac9a89d00.svn-base Fri Feb 24 19:09:32 2012 +0000 @@ -0,0 +1,10 @@ +if @journal.frozen? + # journal was destroyed + page.remove "change-#{@journal.id}" +else + page.replace "journal-#{@journal.id}-notes", render_notes(@journal.issue, @journal, :reply_links => authorize_for('issues', 'edit')) + page.show "journal-#{@journal.id}-notes" + page.remove "journal-#{@journal.id}-form" +end + +call_hook(:view_journals_update_rjs_bottom, { :page => page, :journal => @journal })