Skip to content

Commit 7fe7deb

Browse files
committed
Adding missing link and fixing paths
1 parent 298bf2c commit 7fe7deb

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

documentation/how-to/relation-reference-widget.en.md renamed to documentation/how-to/project-setup/relation-reference-widget.en.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Sometimes it can be useful to relate different layers with each other when they
99

1010
!!! Example
1111

12-
*In a building there are several appartments with different owners.
13-
We can create a relation between the building and the appartments and between the appartments and the owners.*
12+
*In a building there are several apartments with different owners.
13+
We can create a relation between the building and the apartments and between the apartments and the owners.*
1414

1515
In such a case we make use of the relation reference widget to be able to add new children or to select a child from the existing ones.
1616

@@ -48,7 +48,7 @@ Therefore, they must be unique.
4848
6. (Optional) If you want to filter your children further, you can use additional "expressions".
4949
7. Once finished click "ok"
5050

51-
!![](..assets/images/relation_editor_widget_list.png, 400px)
51+
!![](../../assets/images/relation_editor_widget_list.png, 400px)
5252

5353
**Attribute Form Configuration - Referencing Layer**
5454

@@ -71,9 +71,9 @@ It is possible to limit the number of available children for your related layer
7171
1. Direct to Vector Layer *Properties...* > *QField*.
7272
2. Under "Relationship Settings" set the "Maximum number of items visible".
7373

74-
!![Maximum items visible for relation](../assets/images/setting-maximum-items-visible-in-relation.png)
74+
!![Maximum items visible for relation](../../assets/images/setting-maximum-items-visible-in-relation.png)
7575

76-
!![QField Visible items](../assets/images/maximum-items-visible-in-relation.png,300px)
76+
!![QField Visible items](../../assets/images/maximum-items-visible-in-relation.png,300px)
7777

7878
## Many-To-Many relations
7979

@@ -105,15 +105,15 @@ To enable this functionality, however, you require a second plugin [Ordered Rela
105105

106106
- **Image Path (Optional)**: Provide a path to an image or icon to visually enhance the list. This is an expression that resolves dynamically.
107107

108-
!![Widget configuration in QGIS](../assets/images/ordered_relation_widget_configuration.png)
108+
!![Widget configuration in QGIS](../../assets/images/ordered_relation_widget_configuration.png)
109109

110-
!![QField](../assets/images/ordered_relation_widget.webp,400px)
110+
!![QField](../../assets/images/ordered_relation_widget.webp,400px)
111111

112112
## Search in value relation and relation reference widget
113113

114114
It is possible to search values in a *value relation* or *relation reference* widget using the magnifying glass next to the field.
115115

116-
!![](../assets/images/autocomplete_search_value.webp,300px)
116+
!![](../../assets/images/autocomplete_search_value.webp,300px)
117117

118118
!!! note
119119
Define the *display expression* for the concerned layers, this will be used for searching for features.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ nav:
7070
- how-to/general/projects.md
7171
- Project Setup:
7272
- how-to/project-setup/attributes-form.md
73+
- how-to/project-setup/relation-reference-widget.md
7374
- how-to/project-setup/storage.md
7475
- how-to/project-setup/hiding-legend-nodes.md
7576
- how-to/project-setup/pg-service.md

0 commit comments

Comments
 (0)