graham-dds
3cf9fdac76
Add frontend validation for TextInput()s
...
- Add input validation regexes to input_validations.js
- Add those validators to text fields without validaiton
2020-01-22 15:20:18 -05:00
leigh-mil
ff0abe7dce
Merge branch 'staging' into remove-delete-functionality
2019-12-18 15:20:41 -05:00
leigh-mil
5b55b5800e
Remove route, tests, and template code for deleting an application
2019-12-18 12:18:43 -05:00
leigh-mil
63a5d9274b
Update route to handle error when env names are duplicated
2019-12-18 10:54:17 -05:00
leigh-mil
f9fd9cac13
When editing member perms through the new app form, return to new app form step 3 after update member form is submitted
2019-11-15 17:37:32 -05:00
leigh-mil
f3dcca8368
use 'text=' in the SaveButton kwargs and add in a default for the save button text
2019-10-31 10:48:26 -04:00
leigh-mil
14fcef8c87
Delete redundant css
2019-10-22 14:33:32 -04:00
leigh-mil
6ca08502ed
Import environments macro with context so you don't need to pass perms
2019-10-22 14:33:06 -04:00
leigh-mil
f76fd0b567
Move files into applications/fragments
2019-10-22 14:32:51 -04:00
graham-dds
0d3aff54c9
Import macro with context to supply perms
...
A bug was caused by using the MemberManagementTemplate macro and not supplying all of the necessary
kwargs. Intially, this bug was fixed by supplying the kwargs used by the
macro at the time, but in this refactor, we simply remove those kwargs
and refer to the permissions directly in the template by importing the
macro with context.
2019-10-22 09:32:36 -04:00
graham-dds
9de90d796d
Rename audit log feature flag config variable
2019-10-21 11:36:53 -04:00
graham-dds
2720240903
Conditionally render logs on AUDIT_LOG_FEATURE_TOGGLE
2019-10-21 10:32:58 -04:00
leigh-mil
60d8d6ed10
Styling for delete section of app settings page
2019-10-16 18:12:42 -04:00
leigh-mil
e4b1bc33c4
Create env management macro and delete a bunch of unused imports
2019-10-15 13:48:01 -04:00
leigh-mil
041e16a26d
Update add new button styling
2019-10-15 13:48:01 -04:00
leigh-mil
22a912439a
Update pending label
2019-10-15 13:48:01 -04:00
leigh-mil
ce9a551b2d
More styling updates
2019-10-15 13:48:01 -04:00
leigh-mil
de28ff303c
Reorder elements in env panel and initial styling
2019-10-15 13:48:01 -04:00
leigh-mil
a6e7995a85
Update styling for view only version of name and description section
2019-10-14 14:03:45 -04:00
leigh-mil
5a98e6966e
Styling for name and description section:
...
As part of this, the empty placeholder span was removed from the text input macro and the span will now be conditionall rendered if there is an error message
2019-10-14 14:03:45 -04:00
leigh-mil
fe29b5d838
Low-fi update of multi-step modals to fix styling
2019-10-08 16:30:28 -04:00
leigh-mil
7a4c26419f
Low-fi update of modals to fix styling
2019-10-08 16:30:28 -04:00
leigh-mil
2455ef14f2
use kwargs when calling macro
2019-10-08 16:10:46 -04:00
leigh-mil
13bc830536
Add update invite form to settings page and move user info page of member form into its own macro
2019-10-08 16:10:46 -04:00
graham-dds
0632c16968
Move "add environment " link to bottom of section
...
- this makes things more consistent with the new application flow
2019-10-08 13:15:28 -04:00
graham-dds
237123d474
Make application description optional
2019-10-08 13:15:28 -04:00
graham-dds
de89bb03b0
use correct route for create member macro
2019-10-02 14:17:18 -04:00
graham-dds
d4b5e484ee
rearrange templates to follow new dir structure
2019-10-01 16:09:51 -04:00
graham-dds
e0e6c0569c
Add "action" param to members macro
2019-10-01 09:16:36 -04:00
graham-dds
e80585b3b2
Move member editing template to macro
2019-09-30 15:41:00 -04:00
leigh-mil
bea9439330
Move text to translations
2019-09-26 09:53:20 -04:00
leigh-mil
a9300132f8
Move modal out of the table and fix button styling
2019-09-26 09:46:24 -04:00
leigh-mil
37fab735a4
Add modal to page for revoking an invite
2019-09-26 09:46:24 -04:00
dandds
4f8cbc2b68
Delete unused Jinja macros and rearrange templates.
...
Templates and fragments that relate to specific resources (portfolios,
applications, task orders) should reside in directories named for the
relevant resource. This also matches the way the application routes are
distributed among modules named for each resource type.
2019-09-25 11:19:56 -04:00