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

Add minimum version to RDMO XML exports #1205

Open
jochenklar opened this issue Nov 28, 2024 · 2 comments
Open

Add minimum version to RDMO XML exports #1205

jochenklar opened this issue Nov 28, 2024 · 2 comments
Assignees
Milestone

Comments

@jochenklar
Copy link
Member

Description / Beschreibung

Right now, RDMO XML content files cannot be imported in instances, which have an older RDMO version than the file was exported from. Instead of relying on the version attribute, the export should have a required attribute, which denotes the minimal RDMO version this file can be imported in.

@MyPyDavid
Copy link
Member

MyPyDavid commented Nov 28, 2024

Will there be another issue about that an RDMO instance, currently, does not support importing from future versions?

if root_version > rdmo_version:

@jochenklar
Copy link
Member Author

This is exactly what this issue is about. We would change this line to required_version > rdmo_version.

@MyPyDavid MyPyDavid self-assigned this Dec 5, 2024
@MyPyDavid MyPyDavid added this to the RDMO 2.3.0 milestone Dec 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants