]> source.dussan.org Git - redmine.git/commit
Ability to save Gantt query filters (#7836).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 14 Jul 2013 13:41:30 +0000 (13:41 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 14 Jul 2013 13:41:30 +0000 (13:41 +0000)
commit010bfc56e15f442e4e597ddc9c436361c61b1e7a
tree498f9a9cea5fac71c0f63c1a2f92ad02ed6f6470
parent3c9263221d3d914b3e6b5f0b8c66ebd859d75403
Ability to save Gantt query filters (#7836).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12020 e93f8b46-1217-0410-a6f0-8f06a7374b81
app/controllers/queries_controller.rb
app/models/issue_query.rb
app/models/query.rb
app/views/gantts/show.html.erb
app/views/queries/_form.html.erb
db/migrate/20130713111657_add_queries_options.rb [new file with mode: 0644]
public/javascripts/gantt.js
test/functional/queries_controller_test.rb