Commit Graph

129 Commits

Author SHA1 Message Date
Montana
676c68a243 fix test, minor python tweaks 2019-01-15 09:08:21 -05:00
Montana
804ddc4db5 Allow user to rename task order and do no push othertext to DB 2019-01-15 09:07:03 -05:00
Montana
3765bbea12 Allow users to update TO information after it has been saved in the DB 2019-01-15 09:03:30 -05:00
Montana
e53e00397c Only save other text to DB if other is checked 2019-01-15 08:59:14 -05:00
dandds
d3d36822df workspace -> portfolio everywhere 2019-01-14 16:00:17 -05:00
leigh-mil
28b10107e7 Merge pull request #535 from dod-ccpo/update-to-form-per-design-#163066434
Update to form per design - Part 1 of 2
2019-01-14 10:12:39 -05:00
Patrick Smith
94b89917ef Link to TO get started page 2019-01-12 11:01:18 -05:00
leigh-mil
52b3b054b5 Update formatting
Remove html tags from translations file
Rename csp_cost_estimate to pdf
2019-01-11 15:59:18 -05:00
leigh-mil
b18e3a9e10 Add columns relating to Funding and Oversight sections to TaskOrder model 2019-01-11 15:59:18 -05:00
leigh-mil
b00210a92c Update app_info section of form 2019-01-11 15:57:47 -05:00
dandds
476627996e update arg order for task order update utility class 2019-01-10 08:56:40 -05:00
dandds
ccf1ff2024 authorization checks for task orders 2019-01-10 08:56:40 -05:00
dandds
3fae563d35 manually set list/SelectMultipleField data for task order AppInfoForm 2019-01-09 11:37:05 -05:00
Patrick Smith
b61a331ce6 Use deepcopy to copy form section info
Previously, copying the form sections was using `list.copy` which
creates a shallow copy of the list. Since the `TASK_ORDER_SECTIONS` list
contains a couple dictionaries, this was just creating another list with
references to the same dictionaries.

Therefore, when a section was marked as completed, it was updated
globally and visiting the new task order without filling anything out
would show some sections as completed.
2019-01-08 18:16:49 -05:00
Patrick Smith
3a5c55410c Show errors on new task order form when fields are invalid
Form errors were not being shown because a new form instance was being
created each time the `form` property was being called. Since the
`validate` method on the form adds the errors to the form instance, this
was causing no errors to be shown even if the form were invalid.
2019-01-08 17:32:16 -05:00
dandds
65a88da63b remove unnecessary officer properties on workspace 2019-01-08 16:47:55 -05:00
dandds
356a0fab2c TaskOrders domain responsible for adding officers 2019-01-08 16:47:55 -05:00
dandds
d0bfa16f17 add officers to task order and redirect to TO when they accept a workspace invite 2019-01-08 16:47:55 -05:00
dandds
33de14caaf prevent redundant invitations for task order officers 2019-01-08 16:47:55 -05:00
dandds
55bfbc4696 invitations for task order officers 2019-01-08 16:47:55 -05:00
George Drummond
99f34fe45a Disable CLIN fields via a config option 2019-01-07 14:25:03 -05:00
Montana
c70202c33c Handle formdata processing in a property 2019-01-07 09:38:56 -05:00
Montana
1fcd27a4e0 Formatting 2019-01-04 14:08:44 -05:00
Montana
c718e9a0d7 Fix process-None function 2019-01-04 14:00:27 -05:00
Montana
ae55e1c71d Use formdata and change unfilled fields to '' instead of None 2019-01-03 10:23:10 -05:00
dandds
c516f0f74c review page 2019-01-02 09:36:29 -05:00
dandds
49f036ab27 remove leftover logger 2018-12-19 10:17:02 -05:00
dandds
c8da258d33 polish task order forms 2018-12-18 16:32:40 -05:00
dandds
5cc5b700b7 move task order routes file 2018-12-18 13:32:51 -05:00