Merge pull request #279 from dod-ccpo/fix-workspace-owner-checked
Fix bug in new request menu
This commit is contained in:
commit
f11b1a3f3e
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user