##// END OF EJS Templates
Adds a setting to choose which role is given to a non-admin user who creates a project (#1007)....
Adds a setting to choose which role is given to a non-admin user who creates a project (#1007). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2754 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2119:da98386bf748
r2655:52b5b2920329
Show More
update.rjs
10 lines | 336 B | text/plain | TextLexer
Jean-Philippe Lang
Added the following permissions (#527, #585, #627):...
r1138 if @journal.frozen?
# journal was destroyed
page.remove "change-#{@journal.id}"
else
page.replace "journal-#{@journal.id}-notes", render_notes(@journal)
page.show "journal-#{@journal.id}-notes"
page.remove "journal-#{@journal.id}-form"
end
Eric Davis
Added plugin hooks around Journal editing...
r2119
call_hook(:view_journals_update_rjs_bottom, { :page => page, :journal => @journal })