5403 Commits

Author SHA1 Message Date
George Drummond
89ca0ac432
Fix spacing overflow point 2019-06-11 13:40:11 -04:00
dandds
06f4aeb74d
Merge pull request #880 from dod-ccpo/to-review-modal
TO Review Submit Modal
2019-06-11 13:10:17 -04:00
Montana
52a31746d8 Modal styling 2019-06-11 12:06:11 -04:00
Montana
8446a79a9a Sign TO in post route 2019-06-11 12:06:11 -04:00
George Drummond
f9d4e26864
Merge pull request #877 from dod-ccpo/archive-portfolio
Portfolio archiving
2019-06-11 11:49:43 -04:00
George Drummond
1172b780b4
Say "Deactivate" rather than "Delete" on modal 2019-06-11 11:35:55 -04:00
George Drummond
39bcb05019
Fix delete portfolio flash message position 2019-06-11 11:30:38 -04:00
George Drummond
c612862036
Fix permission 2019-06-11 11:30:37 -04:00
George Drummond
c08f14382f
Add in success flash message 2019-06-11 11:30:37 -04:00
George Drummond
5bcfcc1568
Fix issue with db.session.commit history and disabling portfolio role 2019-06-11 11:30:37 -04:00
George Drummond
cad43af455
Portfolio archiving 2019-06-11 11:30:37 -04:00
leigh-mil
c6e8c8eb8a
Merge pull request #882 from dod-ccpo/add-loas-to-clin
Add LOAs to CLINs
2019-06-11 10:44:14 -04:00
dandds
0e89a55c07 Display and overwrite task order uploads correctly.
- Populate the POSTed form with additional data from the existing TO
  model. This way the pdf attachment has to be explicitly overwritten.
- Adjust the frontend so that if there is an existing PDF, it only sends
  a file input back if the user removes the existing PDF.
2019-06-11 09:58:32 -04:00
Montana
33248daa6b Add route tests 2019-06-11 09:31:08 -04:00
Montana
99ab0c22bc Add Success banner on submit 2019-06-11 09:31:08 -04:00
Montana
f49b67d0dd Create SubmitConfirmation modal
- includes html component and js component
- styling on modal is not ready
2019-06-11 09:31:03 -04:00
leigh-mil
e9c21b0d5e Update vue and template to add multiple LOAs 2019-06-10 19:46:05 -04:00
dandds
49332c5d6e Only raise FileLength validation error on files 2019-06-10 19:26:44 -04:00
richard-dds
62c794e7b8
Merge pull request #885 from dod-ccpo/fix-member-remove
Fix error when removing application member
2019-06-10 17:03:04 -04:00
richard-dds
6481b2ee3e Remove unused import 2019-06-10 16:55:20 -04:00
richard-dds
8bef203bf2 We can get the user's name from their invitation 2019-06-10 16:49:09 -04:00
richard-dds
30ef2a67ef Fix bug in application member deletion 2019-06-10 16:43:47 -04:00
richard-dds
0bd9d4bbb6
Merge pull request #884 from dod-ccpo/to-funding-statuses
Funding page Task Order statuses
2019-06-10 15:40:25 -04:00
richard-dds
ee46fb2320 Formatting 2019-06-10 15:34:01 -04:00
George Drummond
c03fcb40b3
Merge pull request #878 from dod-ccpo/logout-expire
Logout message on session expiration visiting /logout
2019-06-10 15:33:35 -04:00
richard-dds
40b599d1d0 Fix rebase conflicts 2019-06-10 15:33:30 -04:00
richard-dds
5339fd34d5 Remove another unused import 2019-06-10 15:16:26 -04:00
richard-dds
48d4b466b1 Formatting 2019-06-10 15:16:26 -04:00
richard-dds
c4d02bb026 Remove unused imports 2019-06-10 15:16:26 -04:00
richard-dds
a2d201e43b Use UTC tz for determining TO status 2019-06-10 15:16:26 -04:00
richard-dds
6eb64d4aae Add test for TaskOrders.sort 2019-06-10 15:16:26 -04:00
richard-dds
373e802b46 Formatting 2019-06-10 15:16:02 -04:00
richard-dds
1cb673af53 Proper colors for TO statuses 2019-06-10 15:16:02 -04:00
richard-dds
7f4f857424 Sort task orders by status and time_created 2019-06-10 15:16:02 -04:00
richard-dds
e84e61bbad Update seed script with TOs of various statuses 2019-06-10 15:15:39 -04:00
richard-dds
fd159a2d80 Remove start_time assertion 2019-06-10 15:15:39 -04:00
richard-dds
0f4d17a94a Implemen TaskOrder.is_completed 2019-06-10 15:15:39 -04:00
richard-dds
8ecf112c48 Implement new CLIN-based TO statuses 2019-06-10 15:15:08 -04:00
richard-dds
7b8ccbf145 Implement TO start_date and end_date 2019-06-10 15:15:08 -04:00
richard-dds
898f63a2f5 Fix CLINFactory 2019-06-10 15:15:08 -04:00
leigh-mil
ad385b9de9
Merge pull request #863 from dod-ccpo/add-clin-to-form
Add CLIN fields to Task Order Form
2019-06-10 15:11:38 -04:00
leigh-mil
f85af06297 Use number instead of array to add new CLIN fields 2019-06-10 14:34:10 -04:00
leigh-mil
00f323f9f5 Only call commit() once and use translations in template 2019-06-10 14:09:31 -04:00
leigh-mil
46cd8f3762 Fix tests and formatting 2019-06-10 12:36:57 -04:00
leigh-mil
42970ded6f Render pdf in existing TO 2019-06-10 12:29:54 -04:00
leigh-mil
732830a500 Fix form so TO saves properly 2019-06-10 12:29:54 -04:00
leigh-mil
454643c3c9 Post rebase fixes 2019-06-10 12:29:54 -04:00
leigh-mil
61d7bc92d8 Update new CLIN fields so they post data properly 2019-06-10 12:29:54 -04:00
leigh-mil
e017cd12af Vue for adding multiple CLINs 2019-06-10 12:29:54 -04:00
leigh-mil
cca101b50c Add CLINs to Task Order 2019-06-10 12:29:54 -04:00