Merge "Change maxlength to 100 for projects and project_groups name"

This commit is contained in:
Jenkins 2017-04-19 21:04:06 +00:00 committed by Gerrit Code Review
commit 1a71e58081
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"