Task #28292
Move friendly ghost of the week up in project overview
| Status: | Resolved | Start date: | 2011-07-18 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Michael Stucki | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
/app/views/projects/show.rhtml
says;
<% @users_by_role.keys.sort_by{|role|
result = case role.name
when 'Leader': 1
when 'Co-Leader': 5
when 'Member': 10
when 'Inactive Member':15
when 'Pending Member':20
else 100
end
result
}.each do |role| %>
Change it so the friendly ghost role is shown on top.
History
Updated by Steffen Gebert over 1 year ago
- Status changed from New to Accepted
Updated by Michael Stucki 4 months ago
- Status changed from Accepted to Resolved
- Assignee set to Michael Stucki
- % Done changed from 0 to 100
I "fixed" this by removing the entry. It was outdated anyway.
Instead, the project description on http://forge.typo3.org/projects/typo3v4-core contains a bit of information about Friendly Ghosts now.