Patch #3606
Copy queries
Status: | New | Start date: | 2009-07-10 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | UI | |||
Target version: | - |
Description
The patch intended to allow users to create custom queries using another query as template :)
Related issues
History
#1
Updated by Istvan DEMETER almost 13 years ago
I forgot to set the right tracker. Please move this issue to Patch
#2
Updated by Mischa The Evil almost 13 years ago
- Tracker changed from Defect to Patch
#3
Updated by Mischa The Evil almost 13 years ago
Looks like a useable feature to me. Will try it out soon and report back my feedback... Thanks for sharing this...
Kind regards,
Mischa.
#4
Updated by Burt Culver over 11 years ago
Can this be merged into the tree?
#5
Updated by Felix Schäfer over 11 years ago
- Category set to UI
Slightly changed the patch to not need an extra action. The added 'duplicate' button basically pre-fills stuff in the new query form with attributes from the duplicated query. Commit here: http://github.com/thegcat/redmine/commit/24c12b20a3cd7428be940bf927e3d347a5a17bc1
#6
Updated by Eric Davis over 11 years ago
Felix,
Can you add a test case or two for this new code? Thanks.
#7
Updated by Felix Schäfer over 11 years ago
Eric Davis wrote:
Can you add a test case or two for this new code? Thanks.
See the second commit in the branch here http://github.com/thegcat/redmine/commit/d9d8af051c8432eedc30c739ef24efaeacc80d6c, the whole branch is here http://github.com/thegcat/redmine/commits/ro-3606.
#8
Updated by Andreas Steinel about 8 years ago
Any news on this topic?
I just need this feature and I'm surprised, that it has not been added yet.
#9
Updated by Svyatoslav Ida about 8 years ago
Just use this plugin https://bitbucket.org/svsool/query-duplicate-redmine-plugin
#10
Updated by Kevin Palm over 6 years ago
+1
Should definitively be part of standard Redmine distribution
#11
Updated by Alessandro Zucchi about 6 years ago
+1
Should definitively be part of standard Redmine distribution
#12
Updated by Or Adler almost 6 years ago
+10
When will this be released?
#13
Updated by Jaap de Haan almost 6 years ago
Already implemented: this can be already done by:
- selecting the query to copy
- perform changes (DO NOT click on Edit for this! just perform changes)
- Click on Apply
- Save
This way you get a new query based on the old one.
#14
Updated by Maxim Krušina over 5 years ago
- Related to Feature #23739: Add ability to "Duplicate" / "Save as" custom queries added
#15
Updated by Toshi MARUYAMA over 5 years ago
- Related to deleted (Feature #23739: Add ability to "Duplicate" / "Save as" custom queries)
#16
Updated by Pete Davis about 5 years ago
Jaap de Haan wrote:
Already implemented: this can be already done by:
- selecting the query to copy
- perform changes (DO NOT click on Edit for this! just perform changes)
- Click on Apply
- Save
This way you get a new query based on the old one.
Thank you - not sure why that was sooo not obvious. Seems I and others wrongly head down the Edit route