Defect #24595
Unarchive link for a subproject of a closed project does not work
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Projects | |||
Target version: | 3.3.2 | |||
Resolution: | Fixed | Affected version: |
Description
When the parent project of an archived project is closed the "unarchive" link is shown source:/branches/3.3-stable/app/views/admin/projects.html.erb@16048#L35, it won't work though as the parent project is not open source:/branches/3.3-stable/app/models/project.rb@16048#L377
History
#1
Updated by Jean-Philippe Lang over 5 years ago
- Subject changed from Unarchive link shown in Admin project list even if the project is not unarchivable to Unarchive link for a subproject of a closed project does not work
- Category set to Projects
- Status changed from New to Resolved
- Assignee set to Jean-Philippe Lang
- Target version set to 3.3.2
- Resolution set to Fixed
This is fixed in r16071 but I did not remove the link in this case. We are able to archive a child of a closed project, so we should be able to unarchive it. As the parent is closed, it is restored as closed.
Thanks for pointing this out.
#2
Updated by Felix Schäfer over 5 years ago
That works too, thanks a lot!
#3
Updated by Jean-Philippe Lang over 5 years ago
- Status changed from Resolved to Closed