Skip to content

Commit 42ba242

Browse files
authored
Update consistency-errors-pages.md
1 parent 8b871d5 commit 42ba242

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

content/en/docs/refguide/modeling/consistency-errors/consistency-errors-pages.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The most common errors which can occur when configuring a list view, the causes
2828

2929
### Error Code: CE0488
3030

31-
CE0488 error message in a list view: **No entity configured for the data source of this list view. Select an entity or change the data source.**
31+
CE0488 error message in a list view: *No entity configured for the data source of this list view. Select an entity or change the data source.*
3232

3333
You incur error CE0488 if the **Database/XPath/Association** option is selected as a data source for a list view, but no entity is specified.
3434

@@ -49,7 +49,7 @@ You get this error if the data source is set to **Microflow**, but no microflow
4949

5050
To fix this error, do one of the following:
5151

52-
* Open the list view's properties > **Data source** and select a microflow in the **Microflow** field.
52+
* Open the list view's **Properties** > **Data source** and select a microflow in the **Microflow** field.
5353
* Change the type of the data source.
5454

5555
#### No Nanoflow Configured for the Data Source of a List View
@@ -60,7 +60,7 @@ You get this error if the data source is set to **Nanoflow**, but no nanoflow is
6060

6161
To fix this error, do one of the following:
6262

63-
* Open the list view's properties > **Data source** and select a nanoflow in the **Nanoflow** field.
63+
* Open the list view's **Properties** > **Data source** and select a nanoflow in the **Nanoflow** field.
6464
* Change the type of the data source.
6565

6666
### Error Code: CE0595
@@ -69,7 +69,7 @@ CE0595 error message: *Attribute {AttributeName} is not an attribute of entity {
6969

7070
You get CE0595 if you have changed the target entity of a list view without updating its contents. The list view is filled with attributes of another entity.
7171

72-
To fix CE0595, open the widget's properties > **Data source** and select another attribute for **Attribute (path)**.
72+
To fix CE0595, open the widget's **Properties** > **Data source** and select another attribute for **Attribute (path)**.
7373

7474
## Data View Consistency Errors
7575

@@ -89,7 +89,7 @@ You get CE0488 in a data view if **Context** is selected as a data source for a
8989

9090
To fix CE0488, do one of the following:
9191

92-
* Open the data view's properties > **Data Source** and select an entity in the **Entity** field.
92+
* Open the data view's **Properties** > **Data Source** and select an entity in the **Entity** field.
9393
* Change the type of the data source.
9494

9595
### Error Code: CE2633
@@ -104,7 +104,7 @@ You get this error if the data source is set to **Microflow**, but no microflow
104104

105105
To fix this error, do one of the following:
106106

107-
* Open the data view's properties > **Data source** and select a microflow in the **Microflow** field.
107+
* Open the data view's **Properties** > **Data source** and select a microflow in the **Microflow** field.
108108
* Change the type of the data source.
109109

110110
#### No Nanoflow Configured for the Data Source of a Data View
@@ -115,7 +115,7 @@ You get this error if the data source is set to **Nanoflow**, but no nanoflow is
115115

116116
To fix this error, do one of the following:
117117

118-
* Open the data view's properties > **Data source** and select a nanoflow in the **Nanoflow** field.
118+
* Open the data view's **Properties** > **Data source** and select a nanoflow in the **Nanoflow** field.
119119
* Change the type of the data source.
120120

121121
### Error Code: CE0536
@@ -380,9 +380,9 @@ Input widgets can directly use the page and snippet parameters without the need
380380

381381
CE9900 error message: *Selection pages are not supported in the React client.*
382382

383-
You get CE9900 if you enable the React client and have an association widget, such as a Reference selector, configured with a selection page.
383+
You incur CE9900 if you enable the React client and have an association widget, such as a reference selector, configured with a selection page.
384384

385-
The selector widgets are not supported in the React client. And if you attempt to convert them to their React client replacement, the Combo box, no configured selection page is going to be transferred. To prevent any leftover stale pages after converting your project, you can repurpose and use the pages in other parts or delete them.
385+
The selector widgets are not supported in the React client. Furthermore, if you attempt to convert them to their React client replacement (the combo box widget) no configured selection page is going to be transferred. To prevent any leftover stale pages after converting your project, you can repurpose and use the pages in other parts or delete them.
386386

387387
To fix CE9900, you need to configure the selector widget without a selection page. You can right-click on the error to see the usages of the selection page.
388388

@@ -479,7 +479,7 @@ CE0489 error message: *Select an entity for the data source of this [dynamic ima
479479

480480
You get CE0489 if you have added a dynamic image to a page, it is placed inside a data view or a list view, but an entity for the dynamic image is not specified.
481481

482-
To fix CE0489, open dynamic image properties > the **Data source** section and select an entity in the **Entity (path)** field.
482+
To fix CE0489, open the dynamic image's **Properties** > the **Data source** section and select an entity in the **Entity (path)** field.
483483

484484
## Image Widget Consistency Errors
485485

@@ -489,7 +489,7 @@ Error message: *No image selected.*
489489

490490
You get this error message if you have added an image widget to a page, but do not select an image itself.
491491

492-
To fix this error, open the image properties > **General** > **Image** and select an image. For more information on an image widget, see [Image](/refguide/image/).
492+
To fix this error, open the image's **Properties** > **General** > **Image** and select an image. For more information on an image widget, see [Image](/refguide/image/).
493493

494494
## On Click Event Consistency Errors
495495

0 commit comments

Comments
 (0)