Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #814 from egovernments/ISTE-173-Check
Browse files Browse the repository at this point in the history
Remarks Localization Changes
  • Loading branch information
pradeepkumarcm-egov authored Jun 14, 2024
2 parents 9ab94c2 + 2e6945a commit 511cb08
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -660,12 +660,12 @@ class _ConsumerDetailsState extends State<ConsumerDetails> {
.additionalDetails!.remarks ??
"";
return BuildTextField(
"Remarks",
// i18.consumer.CONSUMER_REMARKS,

i18.consumer.CONSUMER_REMARKS,
property.owners!.first.consumerRemarksCtrl,
validator: (val) =>
Validators.consumerRemarksValidator(val,
20, i18.consumer.CONSUMER_REMARKS),
40, i18.consumer.CONSUMER_REMARKS),
isRequired: true,
contextKey: consumerProvider
.consmerWalkthrougList[9].key,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ class _Validators {
String get PENALTY_VALIDATION => 'PENALTY_VALIDATION';
String get ADVANCE_VALIDATION => 'ADVANCE_VALIDATION';
String get OLD_CONNECTION_VALIDATION => 'OLD_CONNECTION_VALIDATION';
String get REMARKS_VALIDATION => 'OLD_CONNECTION_VALIDATION';
String get REMARKS_VALIDATION => 'REMARKS_VALIDATION';
String get STREET_VALIDATION => 'STREET_VALIDATION';
String get HOUSE_NUMBER_VALIDATION => 'HOUSE_NUMBER_VALIDATION';
String get CONSUMER_NAME_VALIDATION => 'CONSUMER_NAME_VALIDATION';
Expand Down

0 comments on commit 511cb08

Please sign in to comment.