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
richard-dds
3ec786b632
Move modal so it doesn't shift the DOM
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
richard-dds
fcd16c1b3c
Display 'no access' when role is revoked
2018-10-24 11:17:44 -04:00
richard-dds
0a3c43576f
EditProjectRoles component
2018-10-24 11:17:44 -04:00
richard-dds
943ddcb5f2
Revoke access modal
2018-10-24 11:17:44 -04:00
richard-dds
ec6b6d272c
Rename EditWorkspaceMember to EditEnvironmentRole
2018-10-24 11:17:44 -04:00
leigh-mil
ae2c1f8918
Fix from merge conflict
2018-10-23 13:45:04 -04:00
leigh-mil
0dd9ab9684
Move Enviroment error message div to New Project form
2018-10-23 13:43:13 -04:00
leigh-mil
4bd42a7bc0
Remove v-on:submit attribute since form is no longer hooked into Vue
2018-10-23 13:43:13 -04:00
leigh-mil
2455618268
Remove unused imports
2018-10-23 13:43:13 -04:00
leigh-mil
92fc5e6e76
Add in environment section to Edit Project Page
2018-10-23 13:43:13 -04:00
leigh-mil
c5bc10d8c3
Refactory Edit Project Form to simplify and use Edit Project fragment
2018-10-23 13:43:13 -04:00
leigh-mil
6de48837fa
Refactor New Project Form to remove conditional logic and include fields relevant to new project
2018-10-23 13:43:13 -04:00
leigh-mil
3040115162
Remove WIP alert
2018-10-23 13:41:20 -04:00
Andrew Croce
8da22f5941
Use buttons rather than links for js-clickable elements
...
Add some missing attributes for correct behavior/accessibility
2018-10-18 10:00:38 -04:00
Montana
f9d910efd7
Fix new lines
2018-10-16 16:45:13 -04:00
Montana
a50c3d92f9
Style the modal description
2018-10-16 15:41:15 -04:00
Montana
77b88b0b3c
Add a description to env roles modal
2018-10-16 14:44:38 -04:00
richard-dds
ad49d3f71f
Merge pull request #359 from dod-ccpo/task-order-expiration
...
Fix report display for task order with no expiration date
2018-10-02 10:11:28 -04:00
richard-dds
fc754250dd
Check that remaining_days is not None
2018-10-01 16:17:38 -04:00
andrewdds
df6a0527c3
Merge pull request #355 from dod-ccpo/ui/ie-fixes
...
IE fixes
2018-10-01 14:56:38 -04:00
richard-dds
1750c268f7
Fix report display for task order with no expiration date
2018-10-01 13:32:01 -04:00
montana-mil
388ff899a2
Merge pull request #343 from dod-ccpo/more-tests-for-workspaces
...
Add more tests for workspaces routes
2018-10-01 13:23:47 -04:00
Patrick Smith
4577a37bad
Hide edit project link for users that cannot edit projects
2018-09-30 22:23:52 -04:00