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

fix entry sync with complex forms #1264

Closed
wants to merge 11 commits into from

Conversation

hahn-kev
Copy link
Collaborator

should close #1251

the issue (as shown in the test) is that creating 2 entries in one sync where they reference eachother means that the first one will try to create a ref to an object that doesn't yet exist

… in a second pass update those entries so they contain those complex forms
@hahn-kev hahn-kev requested a review from rmunn November 22, 2024 07:28
@rmunn
Copy link
Contributor

rmunn commented Nov 22, 2024

I cherry-picked commit 429b74b onto the branch for #1256 and it didn't fix the error: both with and without commit 429b74b, the SecondSena3SyncDoesNothing test threw "System.InvalidOperationException : Complex form component not found, searched for diso - LexEntry 9331".

Copy link
Contributor

@rmunn rmunn left a comment

Choose a reason for hiding this comment

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

Although it looks like it should work, the integration test from #1256 is still failing when this is merged in, so this isn't working yet.

@hahn-kev
Copy link
Collaborator Author

this branch has been merged into #1256 it should be closed without merging once that PR is merged

@hahn-kev
Copy link
Collaborator Author

merged via #1256

@hahn-kev hahn-kev closed this Nov 28, 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

Successfully merging this pull request may close these issues.

Trying to sync sena 3 twice via fw headless results in an error
2 participants