Bug #38670
Feature #36172: Forge cleanup and update umbrella issue
fix project tree / structure
| Status: | Closed | Start date: | 2012-07-05 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | 2012-08-31 | |
| Assignee: | Steffen Gebert | % Done: | 100% |
|
| Category: | Server Administration | |||
| Target version: | - | |||
| Votes: | 0 |
Description
currently the tree structure of the projects seems pretty much messed up and doesn't reflect the logical structure. This seems to be fixd by some hacks for the navigation pane on the left.
It should be fixed by checking the parents of all projects and assigning the proper parent projects.
History
Updated by Peter Niederlag 12 months ago
- Parent task set to #36172
Updated by Peter Niederlag 12 months ago
- Assignee deleted (
Peter Niederlag)
Updated by Michael Stucki 12 months ago
Peters mail, for later reference:
Hi Stucki,
danke für dein Feedback bis hier.
- http://forge.typo3.org/projects/usability/issues > Erstes Issue in der Liste > Facebook chars .. bla > "typo3.org Projekt" - Wenn auf "Add Filter" klickst und dann "Subproject" auswählst und dort dann "is" anwählst, seist du die Liste aller Subs.
Soll ich das admin Team anschreiben? Wirkt auf mich eher wie ein Konzept / Architektur Fehler oder Config bug.
Greez Jens
Hi,
well, afaik we didn't change anything in this regard, at least not me.
as a matter of fact this reflects the current structure of the projects as it is set in the database.
Don't really know why all of these projects are assigned as subprojects of the usability team. Looking at the project tree(screen attached) the whole structure seems pretty weird to me.
Btw. we are talking about the "Usability Team" here, which has the key "usability": http://forge.typo3.org/projects/usability
There is also a project "Usability & Design" withe the key "usability-design"; http://forge.typo3.org/projects/usability-design
<phewww>this one seems to be the intended parent? also it doesn't reflect the structure this one will show three subprojects in the navigation on the left.</phewww>
This definitly needs some attention/cleanup! don't know when I'll find time for this as I will be on vacation next week. I created a ticket for this issue: http://forge.typo3.org/issues/38670
Greets, Peter
Updated by Steffen Gebert 12 months ago
- Status changed from New to Resolved
- Assignee set to Steffen Gebert
Resolved by running
ruby script/runner -e production 'Project.update_all(:lft=>nil,:rgt=>nil);' ruby script/runner -e production 'Project.rebuild!'
See http://www.redmine.org/issues/3722 and http://www.redmine.org/issues/6579
Updated by Steffen Gebert 7 months ago
- Status changed from Resolved to Closed
Updated by Steffen Gebert 4 months ago
- % Done changed from 0 to 100