Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PF-59] Schema update #45

Merged
merged 2 commits into from
Aug 22, 2024
Merged

[PF-59] Schema update #45

merged 2 commits into from
Aug 22, 2024

Conversation

SamuelPalaj
Copy link

Description

  • implemented changes based on new xsd schema
  • test fixes and updates related to changes in xsd

Implements PF-59 Schema update

@SamuelPalaj SamuelPalaj self-assigned this Jun 17, 2024
@SamuelPalaj SamuelPalaj mentioned this pull request Jul 31, 2024
18 tasks
@SamuelPalaj SamuelPalaj changed the base branch from master to release/3.0.0 August 7, 2024 11:52
- removed import of actionRefs and standalone actions for data variales
for (const xmlEvent of Array.from(xmlData.getElementsByTagName('event'))) {
const event = new DataEvent(this.importUtils.tagAttribute(xmlEvent, 'type') as DataEventType, '');
this.importUtils.parseEvent(xmlEvent, event);
data.mergeEvent(event);
}
const actionTags = Array.from(xmlData.getElementsByTagName('action'));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this can be left as it was for backward compatibility

- returned import of actions outside of events in data variables for better backwards compatibility
@mazarijuraj mazarijuraj merged commit c995eb6 into release/3.0.0 Aug 22, 2024
4 checks passed
@mazarijuraj mazarijuraj deleted the PF-59 branch August 22, 2024 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants