]> source.dussan.org Git - redmine.git/commit
Merged IssuesController #edit and #update into a single actions.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 9 Feb 2008 16:11:18 +0000 (16:11 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 9 Feb 2008 16:11:18 +0000 (16:11 +0000)
commit43a6f312edde2399c9c986ed61b1e9b0e1066db6
tree35c765cab413a9099ef45aa5c1ca830c3d736d26
parent6d109258c909f71edc3a4b43843c296acf66aad0
Merged IssuesController #edit and #update into a single actions.
Users with 'edit issues' permission can now update any property including custom fields when adding a note or changing the status (#519, #581, #587).

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1129 e93f8b46-1217-0410-a6f0-8f06a7374b81
37 files changed:
app/controllers/issues_controller.rb
app/views/issues/_edit.rhtml [new file with mode: 0644]
app/views/issues/_form.rhtml
app/views/issues/_form_update.rhtml [new file with mode: 0644]
app/views/issues/_update.rhtml [deleted file]
app/views/issues/context_menu.rhtml
app/views/issues/edit.rhtml
app/views/issues/new.rhtml
app/views/issues/show.rhtml
app/views/issues/update.rhtml [deleted file]
lang/bg.yml
lang/cs.yml
lang/de.yml
lang/en.yml
lang/es.yml
lang/fi.yml
lang/fr.yml
lang/he.yml
lang/it.yml
lang/ja.yml
lang/ko.yml
lang/lt.yml
lang/nl.yml
lang/pl.yml
lang/pt-br.yml
lang/pt.yml
lang/ro.yml
lang/ru.yml
lang/sr.yml
lang/sv.yml
lang/zh-tw.yml
lang/zh.yml
lib/redmine.rb
public/images/note.png [deleted file]
public/stylesheets/application.css
test/functional/issues_controller_test.rb
test/integration/issues_test.rb