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
25a34d5608
include updated task order page and fix TaskOrders.get call
2019-01-14 16:00:17 -05:00
dandds
cfe454be40
cleanup from rebase
2019-01-14 16:00:17 -05:00
dandds
0eec42c55b
change constant names
2019-01-14 16:00:17 -05:00
dandds
d3d36822df
workspace -> portfolio everywhere
2019-01-14 16:00:17 -05:00
dandds
3fc323d785
project -> application 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
patricksmithdds
af5cf88e6d
Merge branch 'master' into view-task-order
2019-01-11 13:35:37 -05:00
Montana
e0d9bd0335
Add test for TO invite route
2019-01-11 13:22:40 -05:00
Montana
d53400ee79
Fix invites bug that used a method without all the needed arguments
2019-01-11 12:29:49 -05:00
Patrick Smith
43757d5d3b
Pass in current user when fetching task order
2019-01-10 14:41:45 -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
a3bac44371
Merge pull request #529 from dod-ccpo/to-formdata-fix
...
manually set list/SelectMultipleField data for task order AppInfoForm
2019-01-10 08:49:48 -05:00
leigh-mil
079d3c4e9c
Remove duplicated authorization check from the route
2019-01-09 13:16:03 -05:00
leigh-mil
31d85be949
Update to use workspace permissions
2019-01-09 13:14:56 -05:00
Montana
81af9f1c99
Add new permission
2019-01-09 13:14:56 -05:00
Montana
ef6d9a2c5f
Add pagination
2019-01-09 13:14:55 -05:00
Montana
3731dd876e
Display audit logs for current workspace
2019-01-09 13:14:55 -05:00
Montana
bf22afa7af
Add Activity Log tab for a workspace
2019-01-09 13:14:55 -05:00
dandds
3fae563d35
manually set list/SelectMultipleField data for task order AppInfoForm
2019-01-09 11:37:05 -05:00
Patrick Smith
8017b7f03f
Add rudimentary task order listing and viewing pages
2019-01-09 10:35:57 -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
dandds
c3cd11cb9a
service class for making and sending invitations
2019-01-08 16:47:55 -05:00
Patrick Smith
91419af71a
Generate mock access token when access env
2019-01-07 17:30:34 -05:00
George Drummond
99f34fe45a
Disable CLIN fields via a config option
2019-01-07 14:25:03 -05:00
montana-mil
7a7f8914c8
Merge pull request #516 from dod-ccpo/multicheckbox_with_other
...
Multicheckbox with 'other' option
2019-01-07 10:13:31 -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
patricksmithdds
66c88d2869
Merge pull request #511 from dod-ccpo/csp-integration
...
Refactor CSP integration
2019-01-03 09:59:55 -05:00
dandds
2c87738ac2
Merge pull request #508 from dod-ccpo/task-order-download
...
Task Order review and download
2019-01-02 13:48:45 -05:00
Patrick Smith
074e8aa052
Handle workspace reports for workspaces without a request
2019-01-02 11:27:28 -05:00
dandds
5d7efe6909
modify task order submission flash message
2019-01-02 09:36:30 -05:00
dandds
6527f72e78
pass file-like object to Docx.render method
2019-01-02 09:36:29 -05:00
dandds
c024d12e3b
touch up review page and add route for submitting task order invites
2019-01-02 09:36:29 -05:00
dandds
c516f0f74c
review page
2019-01-02 09:36:29 -05:00