Actions
Bug #2300
closedMake sure both hosts and guest relations will be deleted if the related project will be destroyed
Start date:
Due date:
09/11/2024
% Done:
100%
Estimated time:
Affected Version:
Compatible Redmine Version:
5.0.z
Pull Request Link:
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.
Actions