-
Notifications
You must be signed in to change notification settings - Fork 174
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
[ConflictResolver] add support for JSON Instruments [ known issue ] #9248
Comments
I don't see anywhere in the code that this would break. the conflict resolver uses The conflict detector uses the factory and calls diff: and diff uses getInstanceData which is handles JSON data correctly: The only possible problem is this line: which depends on how the person coded the instrument. If they use jsonData and set table=testname in their linst file or php instrument it should work transparently as far as I can tell. |
That is the same line I referenced above and if it's the only problem this ticket is a duplicate of #9242 |
@CamilleBeau I'm assigning this to you since you self-assigned #9242 and it should be the same fix. Just make sure your PR notes both as resolved. |
for the roadmap:
Update the conflict resolver to show conflicts on JSON instruments.
per C-Big testing for release 26, discussed may 9 with @ridz1208 and Dave
The text was updated successfully, but these errors were encountered: