Question
Cognizant Technology Solution
IN
Last activity: 2 Dec 2019 6:50 EST
Pega V8.2.2 - Text as 'Error' is displayed along with field-level error in layout group
Hi,
I have created a section with layout group, inside layout group there is a dynamic layout with 2 mandatory text input fields.
In run-time, for the required fields, I didn't enter any data and click on create then error is displayed on field-level and a text as 'Error' is displayed on top of the layout group.
This is not happening with Tab layout, as part of upgrade we have converted tab layout to layout group then we are facing this issue.
Please help us to fix this issue. PFA document for more details on this issue
***Edited by Moderator: Lochan to tag SR***
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Cognizant Technology Solution
IN
SR-D29812 raised for this issue and below fix given and it worked fine
In current version, if you want to suppress the Error section. Please implement below style code:
.groups-sub-header > .errorText.error-table{
display : none!important;
}
The same code didn't work, I have modified the code as below and it worked fine, thanks Pega for the support
.errorText.error-table{
display : none!important;
}
Pegasystems Inc.
US
Hi, I followed your use case and created an example on my Pega 8.2 system. The issue is reproduced. Please raise a support request. We will do further investigation on it. You can mention my name in the ticket.
Pegasystems Inc.
IN
Hi,
Thanks @SusanLiu , for the guidance.
@ParvinS5 - As mentioned please go ahead with creating the SR for the query and share the SR number here for tracking purposes.
Thanks!
Accepted Solution
Cognizant Technology Solution
IN
SR-D29812 raised for this issue and below fix given and it worked fine
In current version, if you want to suppress the Error section. Please implement below style code:
.groups-sub-header > .errorText.error-table{
display : none!important;
}
The same code didn't work, I have modified the code as below and it worked fine, thanks Pega for the support
.errorText.error-table{
display : none!important;
}
-
Joshua Pike
EvonSys
IN
Hi,
I am also facing the same issue. Please let me know where the below code has to be placed as per SR-D29812
.errorText.error-table{
display : none!important;
}
Sopra Group
IN
Hi
which is the section name where this code need to place?
Sopra Group
IN
Hi Praveen
Could you tell , which is the section name where this code need to be placed .
EvonSys
IN
Hi All,
Placed the below code in a section ex: LayoutGroupWrapper and include this section as embedded
<style>
.errorText.error-table{
display : none!important;
}
</style>
-
Salih Alcı
Sopra Group
IN
Hi Arun
is there any hotfix provided for this in higher version? thinking to avoid putting custom code
EvonSys
IN
fix or enhancement of displaying the error details in Tab layout will be part of higher version. This is what Pega confirmed thru SR. But not sure which versions.