Skip to content
Snippets Groups Projects
Commit a838c603 authored by Jarosław Staniek's avatar Jarosław Staniek
Browse files

Fix setting properties for lookup column (record source related)

This fixes setting up lookup column in Kexi Table Designer

BUG:371958

FIXED-IN:3.0.1
parent 17a518ad
No related branches found
No related tags found
No related merge requests found
......@@ -549,6 +549,7 @@ bool KDbLookupFieldSchema::setProperty(const QByteArray& propertyName, const QVa
} else {
kdbCritical() << "impl. error: unsupported property" << propertyName;
}
this->setRecordSource(recordSource);
}
else if ("boundColumn" == propertyName) {
if (!::setBoundColumn(this, value)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment