2760 Commits

Author SHA1 Message Date
richard-dds
87ff0dfee0 formdata should be None for GetFinancialVerificationForm 2018-10-23 11:45:09 -04:00
richard-dds
5075778bb1 Remove unused variable 2018-10-23 11:45:09 -04:00
richard-dds
421ab65511 Hook up Save Draft button 2018-10-23 11:45:09 -04:00
richard-dds
8ec796861e Fix SaveFinancialVerificationDraft 2018-10-23 11:45:09 -04:00
richard-dds
8994b3086c Formatting 2018-10-23 11:45:09 -04:00
richard-dds
aef4878a39 DRY out pe_number and task_order_number errors 2018-10-23 11:45:09 -04:00
richard-dds
789e5c0906 DRY out _get_form 2018-10-23 11:45:09 -04:00
richard-dds
54192c6c5d Implement SaveFinancialVerificationDraft 2018-10-23 11:45:09 -04:00
richard-dds
965c5f3e00 Pass field data, not field 2018-10-23 11:45:09 -04:00
richard-dds
4b8585234f Use formdata and InputRequired 2018-10-23 11:45:09 -04:00
richard-dds
ed7d508e30 Add funding type for task order 2018-10-23 11:45:09 -04:00
richard-dds
e80ae4c092 Add GetFinancialVerificationForm 2018-10-23 11:45:09 -04:00
richard-dds
e72b980d94 Refactor FinVer to make room for draft feature 2018-10-23 11:45:09 -04:00
patricksmithdds
ec8589fdbd
Merge pull request #400 from dod-ccpo/readme-updates
update readme for onboarding new devs
2018-10-19 13:51:53 -04:00
andrewdds
304159cad0
Merge pull request #397 from dod-ccpo/modal-accessibility
Modal accessibility
2018-10-19 11:03:29 -04:00
dandds
7095c9ab0a update readme for onboarding new devs 2018-10-18 16:25:23 -04:00
dandds
8bd9eedcbd
Merge pull request #396 from dod-ccpo/parse-clin-data
Parse clin data
2018-10-18 13:47:05 -04:00
dandds
d6ec4a5123 catch type errors for non-floats in CLIN amount field 2018-10-18 10:48:03 -04:00
Andrew Croce
c0719ce85f maintain focus on open modals 2018-10-18 10:01:07 -04:00
Andrew Croce
8da22f5941 Use buttons rather than links for js-clickable elements
Add some missing attributes for correct behavior/accessibility
2018-10-18 10:00:38 -04:00
Andrew Croce
c531680b44 add ID to modal 2018-10-18 09:59:31 -04:00
Andrew Croce
bfe32fa926 add ally.js 2018-10-18 09:59:15 -04:00
Andrew Croce
d633c69630 unset default disabled button styles 2018-10-18 09:59:07 -04:00
patricksmithdds
dbb22698d5
Merge pull request #393 from dod-ccpo/show-uncovered-lines
Use `term-missing` to show uncovered lines in coverage report
2018-10-18 09:42:28 -04:00
montana-mil
63c26f14bb
Merge pull request #392 from dod-ccpo/ccpo-submit-finver
Allow CCPO users to submit financial verification
2018-10-18 09:29:10 -04:00
dandds
af81cd1da7 small refactor for eda xml parser 2018-10-17 16:31:44 -04:00
andrewdds
c4fcd9540c
Merge pull request #389 from dod-ccpo/workspaces-dropdown
Workspaces dropdown
2018-10-17 16:17:05 -04:00
dandds
4fefd017a2 use CLIN data from EDA client response 2018-10-17 16:12:19 -04:00
dandds
6a03664b51 get CLIN info from EDA XML 2018-10-17 15:59:20 -04:00
Patrick Smith
4a8c73aef2 Use term-missing to show uncovered lines in coverage report 2018-10-17 15:32:15 -04:00
dandds
b6c5f89784
Merge pull request #384 from dod-ccpo/mailer
Mailer
2018-10-17 15:25:06 -04:00
dandds
c81eab07f7 update some mailer method names, add space for clarity 2018-10-17 15:10:33 -04:00
dandds
b733884c30
Merge pull request #386 from dod-ccpo/edit-user-#160268937
Edit user #160268937
2018-10-17 15:04:15 -04:00
Montana
caaad21542 Formatting 2018-10-17 13:43:32 -04:00
Montana
ff1727b74f Allow CCPO users to submit financial verification on requests they create 2018-10-17 13:43:32 -04:00
dandds
92dc4f45c9 use empty string for null service branch selection 2018-10-17 11:09:13 -04:00
dandds
771bd27794 use post endpoint for updating user in test 2018-10-17 10:47:30 -04:00
patricksmithdds
a05d226401
Merge pull request #391 from dod-ccpo/csrf-error
Redirect to login page when CSRF error occurs
2018-10-17 10:12:01 -04:00
montana-mil
10d90a0e6b
Merge pull request #390 from dod-ccpo/add-copy
Add description to Environment Roles Modal
2018-10-17 09:47:54 -04:00
Patrick Smith
0425df3d19 Use fixture for CSRF-enabled app
We don't want CSRF protection to stick around after the test runs.
2018-10-16 21:31:03 -04:00
Patrick Smith
783ce58991 Formatting fix 2018-10-16 21:30:35 -04:00
Patrick Smith
c7d5015942 Redirect to login page when CSRF error occurs 2018-10-16 17:23:09 -04:00
Montana
f9d910efd7 Fix new lines 2018-10-16 16:45:13 -04:00
dandds
d25ee2fe99 more explicit route name form user form action 2018-10-16 16:37:32 -04:00
dandds
f04f52c3d9 add error alert for validation errors on user edit page 2018-10-16 16:34:45 -04:00
dandds
d60b798af0 fix optional and required validations in user forms 2018-10-16 16:32:49 -04:00
dandds
a7ef93dad4 date range validator should not try to evaluate empty dates 2018-10-16 16:31:50 -04:00
Montana
a50c3d92f9 Style the modal description 2018-10-16 15:41:15 -04:00
patricksmithdds
e7b437dc56
Merge pull request #388 from dod-ccpo/raise-error-in-debug-mode
Raise unhandled exception in debug mode
2018-10-16 15:31:53 -04:00
dandds
dab5fe83fc create dictionary of base user form fields 2018-10-16 15:14:23 -04:00