Merge pull request #279 from dod-ccpo/fix-workspace-owner-checked

Fix bug in new request menu
This commit is contained in:
richard-dds 2018-09-13 11:16:10 -04:00 committed by GitHub
commit f11b1a3f3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ class RequestRevision(Base, TimestampsMixin):
) )
# primary_poc # primary_poc
am_poc = Column(Boolean, default=False) am_poc = Column(Boolean)
dodid_poc = Column(String) dodid_poc = Column(String)
email_poc = Column(String) email_poc = Column(String)
fname_poc = Column(String) fname_poc = Column(String)