ixti / redmine_tags

Redmine plugin, that adds issues tagging support
GNU General Public License v3.0
196 stars 119 forks source link

copy tags while copy issue #100

Closed acquleo closed 8 years ago

acquleo commented 9 years ago

Hi, I would like to know if there is an easy way to copy tags from an issue to another when the copy function is used. Thanks Leonardo

PowerKiKi commented 9 years ago

Not that I am aware of. That's a very good idea though... if you are willing to create a PR, we'll merge

acquleo commented 9 years ago

I'm not a skilled ruby and redmine developer, I was thinking of trying with hooks. can you tell me if it is the right way? thanks

PowerKiKi commented 9 years ago

Ahah, I wish I could answer you, but I am a noob too :stuck_out_tongue_closed_eyes:

@hdgarrood any advice ?

acquleo commented 9 years ago

I temporarily make a patch on redmine core and waiting to find more time for fix it through the plugin. source file "issue.rb" method "copy_from" added the code: self.tag_list = issue.tag_list

hdgarrood commented 9 years ago

I'm sorry, it's been such a long time since I used Redmine or looked at this code, I'm not really able to help.

PowerKiKi commented 8 years ago

solved by #107