]> source.dussan.org Git - redmine.git/commit
Adds description field to custom queries (#9309).
authorMarius Balteanu <marius.balteanu@zitec.com>
Tue, 4 Jun 2024 20:04:45 +0000 (20:04 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Tue, 4 Jun 2024 20:04:45 +0000 (20:04 +0000)
commit38a8adb2a20c9c6ae57b0633037290c64a34b624
tree3e3a7ca75019c0c8846dc2ac820e8b819ce30aad
parentc19176a5c48e33e6bcfe280736092154deb58181
Adds description field to custom queries (#9309).

Patch by Go MAEDA (@maeda).

git-svn-id: https://svn.redmine.org/redmine/trunk@22855 e93f8b46-1217-0410-a6f0-8f06a7374b81
20 files changed:
app/controllers/queries_controller.rb
app/helpers/queries_helper.rb
app/models/query.rb
app/views/admin/projects.html.erb
app/views/calendars/show.html.erb
app/views/gantts/show.html.erb
app/views/issues/index.html.erb
app/views/projects/index.html.erb
app/views/queries/_form.html.erb
app/views/timelog/index.html.erb
app/views/users/index.html.erb
db/migrate/20240213101801_add_queries_description.rb [new file with mode: 0644]
test/fixtures/queries.yml
test/functional/calendars_controller_test.rb
test/functional/gantts_controller_test.rb
test/functional/issues_controller_test.rb
test/functional/projects_controller_test.rb
test/functional/queries_controller_test.rb
test/functional/timelog_controller_test.rb
test/functional/users_controller_test.rb