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

Replication is (partly) disabled after model update #26

Open
harmen-xb opened this issue Jan 31, 2024 · 0 comments
Open

Replication is (partly) disabled after model update #26

harmen-xb opened this issue Jan 31, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@harmen-xb
Copy link
Contributor

harmen-xb commented Jan 31, 2024

When we have initially created a model from an OData metadat file, we can change the original Entity objects (which are in the packages). We can for example add extra metadata needed for modeling or code-generation.

These changes are automatically replicated to the EntitySet objects (in the root of the model). Uptill now everything works fine.

When you then perform a model update and are not careful with the SubReplications you can accidentally disable the replication of the attributes/collections which you have manually altered.

In the screenshot below you see and example of SubReplications which can be ticked to delete as part of the model update. If these deletions of SubReplications are ticket the replication for the type of object of the SubReplication will automatically be disabled during this operation.
image

Because of the latter it would be nice if the OData AddIn could make sure the replication on the EntitySet objects is restored at the end if it was broken during the model update.

@harmen-xb harmen-xb added the enhancement New feature or request label Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant