Montana
b1ee67a804
If other is checked in previous save, expand text input
2019-01-03 14:28:38 -05:00
Montana
9ff21bb58b
Toggle other text input
2019-01-03 09:23:19 -05:00
Montana
b68097d665
Use widgets to get checkboxes and add some vue
2019-01-03 09:23:19 -05:00
dandds
c70eadb187
display funding total on TO form when Vue component mounts
2019-01-02 13:47:20 -05:00
dandds
a610e92340
vue component for tracking CLIN total on task order funding page
2019-01-02 09:36:59 -05:00
dandds
e509c34cdd
change name of request relationship to legacy task order
2018-12-13 11:36:45 -05:00
dandds
97c9014958
reference computed property directly in local-datetime component
2018-12-07 09:26:56 -05:00
montana-mil
aa5b100aa5
Merge pull request #477 from dod-ccpo/sort-by-role-style
...
Fix arrow for sort by role on Members List
2018-12-06 14:33:02 -05:00
Montana
550eb7bf96
No wrap for table headers
2018-12-05 11:33:49 -05:00
leigh-mil
33546188d5
Refactor to remove repetition
2018-12-04 17:11:21 -05:00
Montana
596d5d46a9
Fix arrow display on members' sort by role
2018-12-04 10:37:28 -05:00
leigh-mil
ef3caa2cf0
Set focus when no workspace role is selected
2018-12-03 16:10:35 -05:00
Patrick Smith
800fa94363
Handle sorting with unsubmitted requests
2018-11-29 12:19:16 -05:00
Patrick Smith
924b234d28
Merge branch 'master' into show-sort-indicators
2018-11-28 13:23:46 -05:00
Patrick Smith
30aa5f375b
Clarify testing of sorting by number of envs
2018-11-28 11:46:54 -05:00
Patrick Smith
6195b4369e
Add default sort by submission time to request listing
2018-11-27 16:41:22 -05:00
Patrick Smith
87f1442914
Use functions to create default array props
2018-11-27 16:38:55 -05:00
Patrick Smith
334da1196b
Fix indentation on requests-list component
2018-11-27 16:10:19 -05:00
Patrick Smith
d6d417e8f9
Add default column sort on members list table
2018-11-27 16:02:56 -05:00
Patrick Smith
7c7d5b49db
Move member/request list components out of "forms" directory
2018-11-27 14:59:19 -05:00
Patrick Smith
1feaa726d2
Add another test to ensure csrf token added correctly
2018-11-27 11:13:23 -05:00
Patrick Smith
178892c62e
Use localVue to squash missing custom element error
2018-11-27 11:00:51 -05:00
Patrick Smith
fd6b0f9b24
Add vue component for confirmation popover
...
Have the confirmation popover in a separate Vue component fixes a bug in
IE that was causing the `form` element in the popover to be ignored.
Since `form`s cannot be nested, the `form` element in the popover was
being discarded by IE and the revoke/resend invitation buttons did
nothing.
Breaking the functionality into a Vue component moves the `form` into a
separate template. When the popover is displayed, the component is added
to the DOM at the end, so the `form` is properly not-nested.
2018-11-27 10:22:02 -05:00
Patrick Smith
d5270fa97d
Add additional snapshot test
2018-11-20 10:02:17 -05:00
Patrick Smith
75155f5297
Add initial component test
2018-11-19 21:02:11 -05:00
richard-dds
2ec5253fc6
Merge pull request #442 from dod-ccpo/more-finver
...
More tweaks to financial verification draft feature
2018-11-14 11:39:40 -05:00
Patrick Smith
990c24b802
Allow filtering by all member statuses in member list view
2018-11-12 17:13:40 -05:00
Patrick Smith
947106a5b1
Rename "choices" var to "role_choices" for clarity
2018-11-12 16:48:57 -05:00
richard-dds
9e4cec9a6a
Show feedback when draft is saved
2018-11-12 11:48:30 -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
dandds
b661c7ce4c
Merge pull request #432 from dod-ccpo/options-input-errors-#161717158
...
control error display for options input component
2018-11-08 11:43:29 -05:00
dandds
5a98605ff1
only show option input as valid if there are no errors
2018-11-08 11:31:26 -05:00
dandds
d12bed4ef3
display valid state for option inputs that have an initial value
2018-11-08 11:07:25 -05:00
Montana
b58a2666ca
Give the user four standard environments
2018-11-08 10:33:31 -05:00
richard-dds
4dde11d0c6
Allow CCPO to filter requests by DOD component
2018-11-07 11:29:58 -05:00
Montana
a5fc07c93e
Fix bug on status filter for members list
2018-11-07 08:33:50 -05:00
dandds
89e613d445
control error display for options input component
2018-11-06 15:27:42 -05:00
richard-dds
63da76b4a3
Show caret for sorted column
2018-11-01 16:26:47 -04:00
richard-dds
bfc6766caa
Sort workspace members list
2018-11-01 16:26:47 -04:00
richard-dds
6575afc1a0
Refactor search and filter
2018-11-01 16:26:47 -04:00
richard-dds
05b09e7961
Template fixes
2018-11-01 10:47:38 -04:00
richard-dds
bb903ece9f
No sorting for non-ccpo users
2018-11-01 10:25:52 -04:00
richard-dds
63d5f3d25c
Formatting
2018-11-01 10:25:52 -04:00
richard-dds
d540b2ae74
Sort requests
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
af014cae03
Filter by status
2018-11-01 10:25:52 -04:00
richard-dds
18c3354519
Format dollar amount
2018-11-01 10:25:52 -04:00
richard-dds
588584ccee
Use local-datetime components
2018-11-01 10:25:52 -04:00
richard-dds
c5800a8c98
Vue-ify requests listing page
2018-11-01 10:25:52 -04:00
Montana
471d98e650
Filter with new implementation of roles list
2018-10-31 14:03:56 -04:00