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

Commit 455e468

Browse files
author
samsep
committed
add incomplete status to project on creation
1 parent 9d292ff commit 455e468

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scripts/controllers/type.controller.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@ SubmitWorkTypeController = ($scope, $rootScope, $state, $document, SubmitWorkSer
107107

108108
vm.create = ->
109109
updates = getUpdates()
110+
updates.status = 'Incomplete'
110111

111112
if isValid(updates)
112113
vm.loading = true

0 commit comments

Comments
 (0)