Commit Graph

1395 Commits

Author SHA1 Message Date
richard-dds
a4074000e9 Merge pull request #429 from dod-ccpo/more-fv-fixes
Fix json serialization bug in finver form
2018-11-09 15:52:16 -05:00
richard-dds
35ef339f8f Check for attr rather than classname 2018-11-08 15:01:23 -05:00
patricksmithdds
e0a772e35a Merge pull request #437 from dod-ccpo/request-filter-dod-component
Allow CCPO to filter requests by DOD component
2018-11-08 12:21:09 -05:00
leigh-mil
47c79c174a Merge pull request #411 from dod-ccpo/phone-extensions
Add phone ext
2018-11-08 10:57:48 -05:00
dandds
42ecdaa275 Merge pull request #436 from dod-ccpo/revoke-invitation-#160300315
Revoke invitation #160300315
2018-11-08 10:23:22 -05:00
dandds
50888f9e9f push authz into the workspace domain for revoking tokens 2018-11-07 12:56:22 -05:00
dandds
4849a89125 working implementation of revoke invitation 2018-11-07 12:41:00 -05:00
leigh-mil
2eef0c1a37 Formatting 2018-11-07 12:03:52 -05:00
leigh-mil
8b9fe61a94 Create class to style phone numbers and extensions 2018-11-07 12:03:52 -05:00
leigh-mil
6bc157b2b3 Add phone ext 2018-11-07 12:03:52 -05:00
richard-dds
4dde11d0c6 Allow CCPO to filter requests by DOD component 2018-11-07 11:29:58 -05:00
richard-dds
c48c830483 Formatting 2018-11-07 10:27:29 -05:00
patricksmithdds
9992ed44b6 Merge pull request #433 from dod-ccpo/fix-workspace-role-display
Fix workspace role selection on edit member page
2018-11-07 09:39:59 -05:00
dandds
cc305a8eab fix remaining threshold reference 2018-11-07 09:04:55 -05:00
Patrick Smith
086f4d3662 Use correct constant when checking annual spend 2018-11-06 17:03:05 -05:00
Patrick Smith
a0168a3666 Change "auto approve" to "auto accept" to reflect whats happening 2018-11-06 17:03:05 -05:00
dandds
b9529d5c4e endpoint for revoking invitations 2018-11-06 16:35:25 -05:00
Patrick Smith
ea24c65e4a Fix displaying workspace role selection on edit member page 2018-11-06 16:33:11 -05:00
dandds
75dd0f1249 domain method revoking invitations 2018-11-06 16:29:00 -05:00
dandds
7c6aa5d238 Merge pull request #428 from dod-ccpo/auto-approval-logs-#160420024
Auto approval logs #160420024
2018-11-06 15:26:48 -05:00
dandds
9d005e2b02 filter dollar value in auto-acceptance message and clarify function signature 2018-11-06 14:13:17 -05:00
richard-dds
9a9a6ecc94 Fix json serialization bug in finver form 2018-11-05 21:26:00 -05:00
richard-dds
ab6e93550b Merge pull request #427 from dod-ccpo/remove-workspace-users
Consolidate WorkspaceUser into WorkspaceRole
2018-11-05 15:49:33 -05:00
dandds
da74cfd708 create system request review when request is automatically approved because its financial info was found in EDA 2018-11-05 15:27:33 -05:00
dandds
66a10f2d2f create system request reviews when request is automatically accepted for financial verification 2018-11-05 15:02:01 -05:00
richard-dds
673e6efbce Merge pull request #425 from dod-ccpo/fix-attachment-error
Fix bug where finver page tries to render task order PDF
2018-11-05 14:25:51 -05:00
richard-dds
3765a73dc1 Consolidate WorkspaceUser into WorkspaceRole 2018-11-05 14:20:07 -05:00
dandds
d78c6de386 Merge pull request #426 from dod-ccpo/invite-errors-#161347944
display error alert for users who had DOD ID conflict when accepting …
2018-11-05 14:03:01 -05:00
richard-dds
6a39ce2a52 Allow drafts to be saved without pe_number 2018-11-05 11:44:59 -05:00
patricksmithdds
a5617a86e3 Merge pull request #421 from dod-ccpo/update-uat-env
Update UAT environment
2018-11-05 09:56:25 -05:00
dandds
5fc9dbd177 display error alert for users who had DOD ID conflict when accepting workspace invitation 2018-11-05 09:42:13 -05:00
dandds
1d6de8e0ee Merge pull request #422 from dod-ccpo/invite-expiration
Invite and Workspace Member Status
2018-11-02 11:57:36 -04:00
richard-dds
5d4f867342 Correct attachment form field even if form is not extended 2018-11-02 11:52:22 -04:00
richard-dds
ff0c4ffb69 Fix a bug that was crashing the requests index 2018-11-01 15:51:21 -04:00
dandds
e4bad109db more granular invitation status and a display status for workspace members 2018-11-01 13:52:03 -04:00
richard-dds
97475ee64f WIP tests 2018-11-01 13:52:03 -04:00
richard-dds
f8e16a96d2 Determine member status based on invitations 2018-11-01 13:52:03 -04:00
richard-dds
5477076fe1 Formatting 2018-11-01 10:25:52 -04:00
richard-dds
d069897062 Allow filtering by all possible statuses 2018-11-01 10:25:52 -04:00
richard-dds
0494382d00 boolean filter is unnecessary. tojson works 2018-11-01 10:25:52 -04:00
richard-dds
ceab98c3cc Formatting 2018-11-01 10:25:52 -04:00
richard-dds
c5800a8c98 Vue-ify requests listing page 2018-11-01 10:25:52 -04:00
richard-dds
401a9e93a7 Merge pull request #412 from dod-ccpo/status-change-emails
Notify PSO or MO of request status change
2018-11-01 10:13:39 -04:00
Patrick Smith
4bbb55a06e Add RQ_QUEUES to default config
We can use string interpolation in the file rather than building it when
making the config. Adding the value to the config allows us to override
it with an environment variable, if we want to (as we do for the UAT
environment).
2018-10-31 16:12:00 -04:00
dandds
3a01b36d70 Merge pull request #418 from dod-ccpo/invited-user-#160301892
Invited user #160301892
2018-10-31 15:33:08 -04:00
dandds
c4b9ce6052 Merge pull request #420 from dod-ccpo/stock-user-updates
update dev users
2018-10-31 15:17:40 -04:00
leigh-mil
72f7a67cfc Merge pull request #417 from dod-ccpo/fix-manual-fin-ver-#161560975
Fix manual fin ver #161560975
2018-10-31 14:55:44 -04:00
dandds
43eeba2f96 remove TODO for checking user against invitation 2018-10-31 14:53:52 -04:00
dandds
cb25dcdd32 invitation cannot be reused if wrong user accepts it 2018-10-31 14:53:52 -04:00
dandds
0a176239b7 add home link to error page and catch missing template exception in glob route 2018-10-31 14:53:52 -04:00