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 moving clicking on a link out of the Angular app (ie: clicking on the main side menu items).
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 in order to warn about data loss on them too. EditFormComponent.