Opened 18 years ago
Closed 18 years ago
#788 closed bug (fixed)
improve admin interface for components
Reported by: | charlie | Owned by: | wkornewald |
---|---|---|---|
Priority: | normal | Milestone: | Website R1 |
Component: | Website/Trac | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
While John's Javascript allows sub-components for ticket submission, it does not help component management. The component management page could quickly become fairly unmanageable as a result. The relationship should be in the database - this reduce the need for Javascript to only those situations where it really helps users.
There should also be a relationship between component and version.
Change History (6)
comment:1 by , 18 years ago
Version: | R1 alpha1 |
---|
comment:2 by , 18 years ago
Or we can add a checkbox "Rename Children" next to the component's "Name" field (in component details in admin interface), so when you rename the parent you can easily rename all children, too (matching <Name>/*). What do you think?
comment:3 by , 18 years ago
Summary: | Components → improve admin interface for components |
---|
comment:4 by , 18 years ago
Cc: | added |
---|---|
Platform: | → All |
comment:5 by , 18 years ago
Cc: | removed |
---|---|
Owner: | set to |
Platform: | → All |
Status: | new → assigned |
comment:6 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Now it's possible to rename subcomponents together with the parent. This should be good enough.
Yes, that would be ideal, but as I said, I definitely want to use an official Trac install for this. We should not maintain the source ourselves (as far as possible). If you can do this with the official source I'm not against it.
An alternative "hack" would be to add a "Rename Parent:" [...] "to:" [...] form that renames everything matching "<parent>/*" and also "<parent>". It's not very nice, but it would do the job (and that without a lot of work on our side).