Actions
Bug #25353
openRollback in event log leads to technique xml deserialization issue
Pull Request:
Severity:
Major - prevents use of part of Rudder | no simple workaround
UX impact:
It bothers me each time
User visibility:
Operational - other Techniques | Rudder settings | Plugins
Effort required:
Small
Priority:
77
Name check:
To do
Fix check:
To do
Regression:
No
Description
Since we migrated the XML format in #24876 for isSystem
to the policyTypes
tag in 8.2, when we start Rudder in 8.2 the old format gets migrated, for example in a file in the configuration repository directives/systemSettings/test_tech/activeTechniqueSettings.xml
:
- <isSystem>false</isSystem> + <policyTypes>{"types":[{"value":"rudder.base"}]}</policyTypes>
But when using Rudder in 8.1, the rollback action (after or before) causes an issue that seems to indicate that the new format is not compatible and makes it impossible to do the action :
Ideally the new format should be supported also in 8.1. There may also be some archiving features that will break in a local dev environment which goes from 8.2 to 8.1 often, but they are still to be identified.
Files
Updated by Clark ANDRIANASOLO 3 months ago
- Category set to Web - UI & UX
- Target version set to 8.1.7
- Severity set to Major - prevents use of part of Rudder | no simple workaround
- UX impact set to It bothers me each time
- User visibility set to Operational - other Techniques | Rudder settings | Plugins
- Effort required set to Small
- Priority changed from 0 to 79
Updated by Clark ANDRIANASOLO 3 months ago
- Related to Architecture #24876: Add a compliance-by-feature logic and save compliance in base added
Updated by Vincent MEMBRÉ 2 months ago
- Target version changed from 8.1.7 to 8.1.8
Updated by Vincent MEMBRÉ 14 days ago
- Target version changed from 8.1.8 to 8.1.9
- Priority changed from 79 to 77
Actions