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

View File

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