Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

fixes for #25 #26

Merged
merged 1 commit into from
Jul 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/front/src/app/upsertproject/upsertproject.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2>{{title}}</h2>
<span ng-show="projectForm.project.title.$touched && projectForm.project.title.$invalid">The project Title is required.</span>
<br />
<label class="form-label">Direct ID:</label>
<input class="form-control" type="number" ng-model="project.tcDirectId" ng-disabled="editing" required/>
<input class="form-control" type="number" ng-model="project.tcDirectId" required/>
<span ng-show="projectForm.project.tcDirectId.$touched && projectForm.project.tcDirectId.$invalid">The TC Direct ID is required.</span>
<br />
<label class="form-label">Repo URL:</label>
Expand Down