-
Type:
Bug
-
Status: Closed
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:Stage
-
Bug Severity:Medium
-
Module:BenAdmin - EDS
-
Reported by:Harbinger
-
Item State:Production Complete - Closed
Form Builder: Characters not working for Radio button When saving data by selecting radio button option with Below character:
1] ' Saving on form builder but not on Employee additional form page
2] & Saving on form builder but not on Employee additional form page
3]"" Saving on form builder but not on Employee additional form page
4]' Saving on form builder but not on Employee additional form page
5]| Getting server error When Saving data trough Employee level
6]<> Getting Server error On Form builder Whiled adding it
Refer below error Log:
#6:
Exception : Conversion failed when converting the varchar value `M` to data type int.
App Error Log : ControllerAppTier.Save->WORKTERRAControllerAppTier.Save->EmployeeFormBuilder.Save->EmployeeFormBuilder.UpdateFormBuilderAttribute
Employee ID : 586
Action Name : GetEmployeeFormBuilderInfo
Model : System.Web.Mvc.HandleErrorInfo
Controller : Customization
Web Error Log : at WORKTERRA.Shared.WORKTERRAControllerWebTier.Save(ObjectType I_objectType, Object objInputObject, Object I_context, Boolean I_mode)
at WORKTERRA.Shared.Areas.Customization.Models.EmployeeFormBuilderModel.UpdateFormBuilderAttribute(EmployeeData objEmployeeData, Int32 PageID, String PageTitle)
at WORKTERRA.Shared.Areas.Customization.Models.EmployeeFormBuilderModel.SaveAdditionalForm(EmployeeProfileModel objEmployeeFormBuilder, EmployeeData objEmployeeData)
at WORKTERRA.Shared.Areas.Customization.Controllers.CustomizationController.GetEmployeeFormBuilderInfo(EmployeeProfileModel objEmployeeFormBuilder)
at lambda_method(Closure , ControllerBase , Object[] )
at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.<>c_DisplayClass13.b_10()
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)
#5
Exception : Conversion failed when converting the varchar value `M` to data type int.
App Error Log : ControllerAppTier.Save->WORKTERRAControllerAppTier.Save->EmployeeFormBuilder.Save->EmployeeFormBuilder.UpdateFormBuilderAttribute
Employee ID : 586
Action Name : GetEmployeeFormBuilderInfo
Model : System.Web.Mvc.HandleErrorInfo
Controller : Customization
Web Error Log : at WORKTERRA.Shared.WORKTERRAControllerWebTier.Save(ObjectType I_objectType, Object objInputObject, Object I_context, Boolean I_mode)
at WORKTERRA.Shared.Areas.Customization.Models.EmployeeFormBuilderModel.UpdateFormBuilderAttribute(EmployeeData objEmployeeData, Int32 PageID, String PageTitle)
at WORKTERRA.Shared.Areas.Customization.Models.EmployeeFormBuilderModel.SaveAdditionalForm(EmployeeProfileModel objEmployeeFormBuilder, EmployeeData objEmployeeData)
at WORKTERRA.Shared.Areas.Customization.Controllers.CustomizationController.GetEmployeeFormBuilderInfo(EmployeeProfileModel objEmployeeFormBuilder)
at lambda_method(Closure , ControllerBase , Object[] )
at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.<>c_DisplayClass13.b_10()
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters(ControllerContext controllerContext, IList`1 filters, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.InvokeAction(ControllerContext controllerContext, String actionName)
Hi Akshay Mukkawar,
I have verified this issue on Lb Environment.
for above mention issues it working properly showing correct validation message as per expected.
when cross verifying for other character found issue ~ and ^ are allowed on Lb also causing issues like
~ not working at employee level
^ Break radio button two parts.
But on Stage it is not acceptable refer below screen shots.
Thanks,
Rashmita