Skip to content

fix a problem with same field names, refactor

Yakubov, Sergey requested to merge 9-fix-problem-with-duplicate-field-names into main

Summary of Changes

This refactors the way we create bindings map - not to fields name like before (which caused troubles when one had same field names in different models), but to a name of object in connection (for PyQT had to introduce an extra variable for that, so one needs to update pyqt views).

Checklist

  • The MR has a clear and concise title
  • Code is self-documented and follows style guidelines.
  • Automated tests are written and pass successfully.
  • Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable)
  • Readme file is present and up-to-date.

Documentation Updates

Additional Notes

Closes #9 (closed)

Merge request reports

Loading