Actions
Bug #2212
closedMake sure both hosts and guest relations will be deleted if the related project will be destroyed
Start date:
Due date:
% Done:
100%
Estimated time:
Affected Version:
Compatible Redmine Version:
5.1.z
Pull Request Link:
Requires Documentation?:
Description
A project might have related projects as defined via ProjectsRelation
class. Currently, projects relations will only be destroyed when the relation is a host relation. That is, the project to be deleted has a host. If it would have a client, the relation won't be deleted.
Updated by liaham about 1 year ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
The change is accidentially integrated in commit d3595cbc bug-#2208.
Actions