fix: (issue 8124) duplicate apps in update list
Description
Fix duplicate apps in the update list
Screenshots
Technical details
Clear systemAppProjectList
before storing new data.
This bug came from: !477 (ee14c4d3)
Tests
Issues
https://gitlab.e.foundation/e/backlog/-/issues/8124
10 commandments of code reviews
Summary by CodeRabbit
-
Refactor
- Improved data handling by making system app project list immutable and ensuring it is cleared before updates. This change enhances stability and reduces the likelihood of data inconsistencies.
Edited by Sayantan Roychowdhury