Skip to content

Commit

Permalink
update length of short name for products
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMuhimbura committed Jul 5, 2023
1 parent 1cbd368 commit c6e81da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/products/createloanproduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<div class="col-sm-2">
<input type="text" id="shortName" name="shortName" ng-model="formData.shortName"
class="form-control" maxlength="4" required late-validate/>
class="form-control" maxlength="8" required late-validate/>
</div>
<div class="col-sm-2">
<form-validate valattributeform="Details" valattribute="shortName"/>
Expand Down
2 changes: 1 addition & 1 deletion app/views/products/editloanproduct.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h3>{{ 'label.heading.details' | translate }}</h3>
</label>
<div class="col-sm-2">
<input type="text" id="shortName" name="shortName" ng-model="formData.shortName"
class="form-control" maxlength="4" required late-validate/>
class="form-control" maxlength="8" required late-validate/>
</div>
<div class="col-sm-2">
<form-validate valattributeform="editloanproductform" valattribute="shortName"/>
Expand Down

0 comments on commit c6e81da

Please sign in to comment.