576 Commits

Author SHA1 Message Date
Montana
a032800ed1 Only persist otherText if the page has not been submitted 2019-01-15 08:59:14 -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
52b3b054b5 Update formatting
Remove html tags from translations file
Rename csp_cost_estimate to pdf
2019-01-11 15:59:18 -05:00
dandds
313bac2bbf handle empty strings when totalling clin value 2019-01-09 15:44:21 -05:00
Montana
dd33a23c47 Fix off by one error 2019-01-09 10:19:27 -05:00
Montana
cef8861ab9 Fix typo on multicheckboxinput vue component 2019-01-08 11:38:01 -05:00
Montana
d6910e85d4 Fix vestigial code for deleted component 2019-01-08 11:29:38 -05:00
Montana
5f613b3cd5 Cleaning up checkbox code 2019-01-07 13:58:20 -05:00
Montana
53a6c73510 Refactor to use v-model 2019-01-04 13:25:10 -05:00
Montana
2743bddf0c Bind other input value properly and clear it when checkbox is toggled 2019-01-04 10:59:12 -05:00
Montana
62ac2642ae Persist text input for the field 2019-01-04 09:57:23 -05:00
Montana
c5007d9edb Display checked boxes after saving draft 2019-01-03 16:12:40 -05:00
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
ffdc909de7
Merge pull request #474 from dod-ccpo/fix-error-on-new-member-form
Set focus when no workspace role is selected
2018-12-05 10:56:44 -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
leigh-mil
8cda3109bb Update DOD ID validator to allow leading zeros 2018-12-03 15:27:16 -05:00
Patrick Smith
800fa94363 Handle sorting with unsubmitted requests 2018-11-29 12:19:16 -05:00
leigh-mil
2564caa04a
Merge pull request #461 from dod-ccpo/update-name-validation
Add validator to user form for consistent validation
2018-11-28 16:36:01 -05:00
leigh-mil
cdcc954cf6 Add validator to user form for consistent validation 2018-11-28 15:17:59 -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
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