Skip to content

Only force reconfig for old app versions

Roque requested to merge rporchetto/erp5:erp5_monitoring_app into master

Latest app refactoring including to fix some portal_type naming like 'promise' to 'Promise', opml, etc., making unusable old client app configurations. Previous fix for this was to force app re-configuration when app version changes, but this leads to do it on every app release.

To avoid it, re-configuration is only forced when old data is present.

  • fixed bug on opml delete
Edited by Roque

Merge request reports