Content
View differences
Updated by Aleix Suau over 5 years ago
This [pull request](https://github.com/opf/openproject/pull/8685) created a GlobalEditFormChangesTrackerService in order to warn about possible data loss when clicking on a link out of the Angular app.
Only the changes made inside and EditFormComponent are be tracked. Changes made out of them, like comments on a work package, are not registered on the GlobalEditFormChangesTrackerService and would be lost without any warning.
We should analyze the best way of tracking changes also out of an EditFormComponent. pull request
Only the changes made inside and EditFormComponent are be tracked. Changes made out of them, like comments on a work package, are not registered on the GlobalEditFormChangesTrackerService and would be lost without any warning.
We should analyze the best way of tracking changes also out of an EditFormComponent.