wearefrank / ladybug

Enable users of your application to debug and test it
Apache License 2.0
13 stars 8 forks source link

'Synchronize compare trees' in proof of migration should sync on checkpoint_nr #174

Closed gvanbrakel closed 1 year ago

gvanbrakel commented 1 year ago

The button 'Synchronize compare trees' synchronize on line number in the trees. This fails to find the right match if orphans exist higher up in the tree. Better results would be achieved by synchronizing on checkpoint_nr

celmoussaoui commented 1 year ago

@gvanbrakel Can you please elaborate, as the synchronization is done through the entire path instead of the mentioned line numbers in the tree.

celmoussaoui commented 1 year ago

This will be further handled in the following issue https://github.com/ibissource/ladybug-frontend/issues/288

celmoussaoui commented 1 year ago

This issue has been resolved