bethgrace5/timeTracker

Correctly set status of repository when adding a new one

Closed this issue · 1 comments

In RepositoryAction.getRepositoryInfo(), when a new repository is being created, set the status to RepositoryAction.InProgress.

repo.setStatus(RepositoryStatus.InProgress) not working.
repository won't save to the database.

Change the status of a repository to a String. Use RepositoryStatus enum for strongly typed Strings.