Change maxlength to 100 for projects and project_groups name

Change-Id: I1b2f976e62241cea5691ecd4d156c487518d39bc
Depends-on: I0613c0f15a3d8807627676c3392ed29ca6a24685
This commit is contained in:
Fabien Boucher 2017-04-03 08:34:33 +00:00
parent 161659711d
commit ee89a60b52
4 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,7 @@
ng-model="projectGroup.name"
required
ng-disabled="isSaving"
maxlength="50"
maxlength="100"
placeholder="URL Stub for the project group">
</input>
<div class="help-block text-danger"

View File

@ -75,7 +75,7 @@
class="form-control"
ng-model="projectGroup.name"
required
maxlength="255"
maxlength="100"
ng-minlength="5"
ng-disabled="isSaving"
placeholder="URL Stub for the project group">

View File

@ -82,7 +82,7 @@
ng-model="project.name"
required
ng-pattern="PROJECT_NAME_REGEX"
maxlength="50"
maxlength="100"
ng-minlength="3"
ng-disabled="isUpdating"
placeholder="Project Name">

View File

@ -39,7 +39,7 @@
ng-model="newProject.name"
required
ng-pattern="PROJECT_NAME_REGEX"
maxlength="50"
maxlength="100"
ng-minlength="5"
placeholder="Project Name">
<span class="form-control-feedback"