#13340 closed enhancement (fixed)
Update associations of components to projects
Reported by: | EmeCas | Owned by: | falkb |
---|---|---|---|
Priority: | normal | Component: | SimpleMultiProjectPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.2 |
Description
I'm using SimpleMultiProject 0.5.2.dev0
There is not possible modifying the project(s) associated to a specific component after the component has been created.
Would be nice has the option to modify the existent component-project associations, specially when there are existent ticket(s) assigned to the component, other-ways you just have to delete and create again the component with the required associations.
Attachments (5)
Change History (20)
comment:2 Changed 7 years ago by
Falkb, Thanks for reply, in my case going to that admin page you mentioned, I can only modify Name:
Owner:
& Description:
, there is not a projects section where associations can be updated.
comment:3 follow-up: 4 Changed 7 years ago by
argh, I don't see the submenu item Components in the group "Manage Projects" in your screenshot. Maybe this was still a building lot on the SVN trunk. You could check the SVN log for the latest trunk changes. Does it also happen for you with the stable branch version?
comment:4 Changed 7 years ago by
Replying to falkb:
argh, I don't see the submenu item Components in the group "Manage Projects" in your screenshot. Maybe this was still a building lot on the SVN trunk. You could check the SVN log for the latest trunk changes. Does it also happen for you with the stable branch version?
Just wondering, What would be the stable branch version right now? Maybe Revision 17002: /simplemultiprojectplugin/tags/smp-0.5.1 ?
Changed 7 years ago by
Attachment: | Capture13340_B.PNG added |
---|
comment:6 Changed 7 years ago by
Replying to anonymous:
yes, it's tagged as 0.5.1 in parallel to trunk
I have tried the stable branch version (Checked out revision 17002.
) and it's still same situation.
https://trac-hacks.org/svn/simplemultiprojectplugin/tags/smp-0.5.1/
Changed 7 years ago by
Attachment: | smp-settings.PNG added |
---|
this checkbox clicks environment works for me
comment:7 follow-up: 8 Changed 7 years ago by
Changed 7 years ago by
Attachment: | Capture13340_C.PNG added |
---|
comment:8 follow-up: 9 Changed 7 years ago by
Replying to falkb:
Please, compare with my settings:
It did not change anything for me. By the way, options I can see look a little different than yours, since the version you are showing 0.0.4dev-r14620
is different, it is not neither the latest stable, right?
comment:9 Changed 7 years ago by
Replying to EmeCas:
Replying to falkb:
Please, compare with my settings:
It did not change anything for me. By the way, options I can see look a little different than yours, since the version you are showing
0.0.4dev-r14620
is different, it is not neither the latest stable, right?
It was the last version for me and worked well enough. Then I stopped my development. The following changes are mainly done by other programmers here, that's why I can't help much. Try my svn version, maybe that helps for you.
Changed 7 years ago by
Attachment: | Capture13340_D.PNG added |
---|
comment:13 Changed 7 years ago by
Replying to anonymous:
EmeCas, does it work with rjollos' fix?
Yes, I just try it, it does fixed the issue, but in a different way, so instead of getting a components links under Manage Projects
section ( the way we expected), under the original option for component under Ticket System
, now I can see a section with all the Projects
to select/unselect.
comment:14 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:15 Changed 7 years ago by
Fantastic! Thanks rjollos; thanks EmeCas for reporting, testing and patience.
No, it is possible to modify the accociation.
On "Admin"-->"Manage Projects"-->"Components" (which is [yourtrac]/admin/projects/components), click on the component name which is a link and you will get to [yourtrac]/admin/projects/components/[yourcomponent] where you can check or uncheck the projects which should be accociated to that certain component.
Please, close this ticket, if you can follow this instructions.