montana-mil
52bb0bd5fc
Merge pull request #497 from dod-ccpo/v-cloak
...
Prevent Vue from Loading Variables Before Evaluation
2018-12-20 10:09:04 -05:00
Montana
8c2a35c7ca
Add v-cloak to all tables and charts
2018-12-14 13:53:04 -05:00
montana-mil
eb873d0fda
Merge pull request #486 from dod-ccpo/table-loading
...
Members List Showing Markup
2018-12-14 13:21:15 -05:00
dandds
e509c34cdd
change name of request relationship to legacy task order
2018-12-13 11:36:45 -05:00
Montana
5e718c3cfc
V-cloak the entire table
2018-12-13 11:09:48 -05:00
Montana
c8dd9eb6a8
Try using v-cloak
2018-12-12 10:25:34 -05:00
Montana
313422f52a
Change members list table to fixed to prevent code from showing when the table loads
2018-12-11 11:04:47 -05:00
dandds
a2d6d59ca4
use flask flash for notifications
2018-12-10 12:31:41 -05:00
leigh-mil
976dfe3f1a
Merge pull request #465 from dod-ccpo/mock-csp-links
...
Mock csp links
2018-11-30 15:43:30 -05:00
richard-dds
4b8c4e3a1d
Show "Remove Workspace Access" button
2018-11-30 11:01:54 -05:00
leigh-mil
b49c6b0f38
Add urls to templates
2018-11-29 11:04:02 -05:00
richard-dds
9a4a047963
Display alert after member access is revoked
2018-11-29 10:37:20 -05:00
richard-dds
8430b769f3
Ensure workspace access can be revoked
2018-11-29 10:37:20 -05:00
richard-dds
ae70a551a9
Hook up to button
2018-11-29 10:36:53 -05:00
leigh-mil
35b3565c0f
Add is_revokable property to Invitation
2018-11-28 13:59:44 -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
richard-dds
78e34d4ddd
Display an alert when invitations are resent
2018-11-13 14:39:45 -05:00
richard-dds
f6b4b2444f
Update confirmation copy
2018-11-13 14:39:45 -05:00
richard-dds
a725310535
Resend a workspace member's invite
2018-11-13 14:39:44 -05:00
Patrick Smith
d72d018ba2
Fix alignment of filter inputs on member listing page
2018-11-13 10:43:34 -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
dandds
4849a89125
working implementation of revoke invitation
2018-11-07 12:41:00 -05:00
dandds
5fc9dbd177
display error alert for users who had DOD ID conflict when accepting workspace invitation
2018-11-05 09:42:13 -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
Montana
b051e2a955
Use url_for for redirect link
2018-10-31 14:03:56 -04:00
Montana
471d98e650
Filter with new implementation of roles list
2018-10-31 14:03:56 -04:00
Montana
3e1c813ceb
Iterate over workspace roles to display available role filters
2018-10-31 14:03:56 -04:00
Montana
23172c7506
Fix search button error
2018-10-31 14:03:56 -04:00
Montana
922a929ce2
Clear filters
2018-10-31 14:03:56 -04:00
Montana
39281f6558
Make search and filters clear-able
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
6ab4867d3c
Display message when search returns no members
2018-10-31 14:03:56 -04:00
Montana
9d2a48bd5d
Use inline-template
2018-10-31 14:03:56 -04:00
Montana
8c767b7535
Search if form is submitted
2018-10-31 14:03:56 -04:00
Montana
c5856c539d
Use Vue for template rendering
2018-10-31 14:03:56 -04:00
Montana
3de1e55440
Basic Vue function for search
2018-10-31 14:03:55 -04:00
Montana
f265eeb7f7
Use a safer name for Modal to avoid apostrophe issues
2018-10-30 10:01:45 -04:00
Andrew Croce
93ddde599d
use the existing template filter
2018-10-29 15:28:55 -04:00
Andrew Croce
6746e63a2c
remove string filter
2018-10-29 12:28:18 -04:00
Andrew Croce
eefc327193
use project ID to form the modal name
2018-10-29 12:16:40 -04:00
leigh-mil
20c50ebbfa
Update link href
2018-10-29 09:44:43 -04:00
leigh-mil
3d4e8f4088
Add conditional logic to show Edit Account link
2018-10-26 15:33:19 -04:00
richard-dds
e9588221e7
Merge pull request #394 from dod-ccpo/revoke-member-access
...
Revoke members' environment access
2018-10-25 10:26:36 -04:00
Patrick Smith
880d40d5ec
Use hidden input to track environment names
...
Since we're using ally.js for modals, when the modal is open, other
elements are disabled. Since the form is submitted when the "Create"
button is clicked and browsers do not submit disabled form fields, the
form was not submitting environment names when creating a project.
This workaround creates hidden inputs to track the environment names.
Since they're hidden, they are not disabled by ally.js, so the fields
are properly submitted.
This should be the only form affected, since this is the only form
submitted via a modal button.
2018-10-24 16:39:21 -04:00
richard-dds
9bb77208e2
Fix radio buttons so they properly track the selected role
2018-10-24 11:19:03 -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
783b47b2f7
Fix indentation
2018-10-24 11:19:03 -04:00