label text and comment

This commit is contained in:
David Signer 2019-12-16 13:29:12 +01:00
parent bfde9609b1
commit f2dbb2e2ca
2 changed files with 2 additions and 2 deletions

View File

@ -481,7 +481,7 @@ void QgsExpressionBuilderWidget::fillFieldValues( const QString &fieldName, int
const QgsVectorLayer *layer = mLayer;
int layerFieldIndex = fieldIndex;
// if it's a request for the values of the referenced layer
// request for values of the referenced layer on a relation reference widget field
if ( cbxRelatedLayerValues->isChecked() && setup.config().contains( QStringLiteral( "Relation" ) ) )
{
QgsVectorLayer *referencedLayer = mProject->relationManager()->relation( setup.config()[QStringLiteral( "Relation" )].toString() ).referencedLayer();

View File

@ -581,7 +581,7 @@
<item row="2" column="0" colspan="2">
<widget class="QCheckBox" name="cbxRelatedLayerValues">
<property name="text">
<string>Show all values of referenced layer</string>
<string>Show values of referenced layer</string>
</property>
</widget>
</item>