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
leigh-mil
46855c9de0
Fix input field to limit to 10 digits
2018-11-21 15:31:25 -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
Patrick Smith
aed893256b
Disable production tip
2018-11-12 14:55:51 -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
montana-mil
4cbd96e2cc
Merge pull request #438 from dod-ccpo/base-env-setup
...
Four Standard Environments Given When Creating a Project
2018-11-08 11:12:44 -05:00
dandds
d12bed4ef3
display valid state for option inputs that have an initial value
2018-11-08 11:07:25 -05:00
leigh-mil
47c79c174a
Merge pull request #411 from dod-ccpo/phone-extensions
...
Add phone ext
2018-11-08 10:57:48 -05:00
Montana
b58a2666ca
Give the user four standard environments
2018-11-08 10:33:31 -05:00
leigh-mil
c753181541
Update mask and error message
2018-11-07 12:03:52 -05:00
leigh-mil
2dd1822cf8
Add validation
2018-11-07 12:03:52 -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
Montana
922a929ce2
Clear filters
2018-10-31 14:03:56 -04:00
Montana
421d5db291
computed searchedList with commented watch option
2018-10-31 14:03:56 -04:00
Montana
1d1b549531
Basic status and role filtering, not reactive
2018-10-31 14:03:56 -04:00
Montana
9d2a48bd5d
Use inline-template
2018-10-31 14:03:56 -04:00
Montana
256ae73c92
Clean up Vue
2018-10-31 14:03:56 -04:00
Montana
3de1e55440
Basic Vue function for search
2018-10-31 14:03:55 -04:00
richard-dds
09d3f33908
Merge pull request #387 from dod-ccpo/save-finver-draft
...
Save Financial Verification Draft
2018-10-29 10:26:30 -04:00
Patrick Smith
c7471f9e8b
Use global events to revoke env access
2018-10-24 11:19:03 -04:00
richard-dds
cd9ae2c928
Allow roles to be revoked many times
2018-10-24 11:19:03 -04:00
richard-dds
94fe8b8d7f
Fixes
2018-10-24 11:17:44 -04:00
richard-dds
c138df2b0f
Allow user to select 'No Access'
2018-10-24 11:17:44 -04:00