-
Notifications
You must be signed in to change notification settings - Fork 743
[WTF-2216] An unconfigured member widget gets two separate CEs #9739
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: development
Are you sure you want to change the base?
[WTF-2216] An unconfigured member widget gets two separate CEs #9739
Conversation
@MariaShaposhnikova do we have any special procedures for CEs in release notes? I know we do for CVEs, but I'm not sure if I should do anything special for this PR special in its 11.1.0 RN text. |
@ConnorLand , not really, the only requirement is to put information for them in a paragraph and not a table. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dropping comma.
@@ -336,6 +336,16 @@ As the microflow has the parameter *Customer*, and the data view has the object | |||
|
|||
The best way to fix this error is to either change the microflow to accept *Photo* or put the button in a data container for a different entity. | |||
|
|||
### Error Code: CE7007 {#error-code-ce7007} | |||
|
|||
CE7007 error message: *Selected value is not valid for entity '{ENTITY_PATH}'. Please, select the value again.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi team! And tagging @ConnorLand.
Mert is on PTO and we did a small change since then, by dropping the comma after Please,
-> Please select the value again.
And we don't have rights to Edit
, would you like to help us dropping this comma on this PR as well, without needing to fork and create a new PR? Or maybe you could give me Edit
rights?
|
||
You get CE0545 if you have added an input widget inside a data context, but haven't selected an attribute or a variable for it. | ||
CE7006 error message: *Selected value is not valid for attribute '{ATTRIBUTE_PATH}'. Please, select the value again.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also here we need to drop the comma after Please
.
{{% /alert %}} | ||
### Error Code: CE7005 {#error-code-ce7005} | ||
|
||
CE7005 error message: *No data source selection has been made. Please, select a data source.* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also here we need to drop the comma after Please
.
This PR adjusts and updates some consistency errors related to widget configuration.
The related changes are going to be merged and will be ready for 11.1.0.