Fix adding table relationships in Query Designer using drag&drop (regression since 3.0)
Summary: FIXED-IN:3.0.1 BUG:376970 T5473 Note: the code in form view has been updated too but because (like in 2.9.x) autofields are disabled it's still not functional. Test Plan: Create a new query design, insert 2 or more tables, add relation using drag and drop, add fields to the query. Move to the data view and SQL view. Expected: correct data result, SQL is present with WHERE condition. Reviewers: piggz Reviewed By: piggz Tags: #kexi Differential Revision: https://phabricator.kde.org/D4913
Showing
- src/core/CMakeLists.txt 1 addition, 1 deletionsrc/core/CMakeLists.txt
- src/core/kexidragobjects.cpp 2 additions, 4 deletionssrc/core/kexidragobjects.cpp
- src/plugins/forms/kexiformview.cpp 6 additions, 4 deletionssrc/plugins/forms/kexiformview.cpp
- src/plugins/queries/kexiquerydesignerguieditor.cpp 4 additions, 6 deletionssrc/plugins/queries/kexiquerydesignerguieditor.cpp
- src/widget/relations/KexiRelationsTableContainer_p.cpp 2 additions, 10 deletionssrc/widget/relations/KexiRelationsTableContainer_p.cpp
Loading
Please register or sign in to comment