Generalize a warning

This commit is contained in:
Nyall Dawson 2022-09-16 12:23:26 +10:00 committed by Julien Cabieces
parent 6f9da191b4
commit bf9325d679
2 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@
"name": "Field",
"type": "group",
"description": "Double-click to add field name to expression string.<br>Right-Click on field name to open context menu sample value loading options.",
"notes": "Loading field values from WFS layers isn't supported, before the layer is actually inserted, ie. when building queries."
"notes": "Loading field values from online sources isn't supported before the layer is actually inserted, ie. when building queries."
}

View File

@ -2,5 +2,5 @@
"name": "Fields and Values",
"type": "group",
"description": "Contains a list of fields from the layer. Sample values can also be accessed via right-click.<br>Select the field name from the list then right-click to access context menu with options to load sample values from the selected field.",
"notes": "Loading field values from WFS layers isn't supported, before the layer is actually inserted, ie. when building queries."
"notes": "Loading field values from online sources isn't supported before the layer is actually inserted, ie. when building queries."
}