Small tweaks for adding a new application member:
- raise specific invitation type if invite not found in invitation domain classes - more terse assignments of defaults in invitation service, smh - terser margin expression for inline input fields - sass formatting - use translation for cancel link - oxford comma for app team management permission explanation - do not format environment roles with hyphens for role selection - generalize some additional methods in the invitation domain base class - use plain atst.models import path
This commit is contained in:
@@ -218,6 +218,3 @@ REQUIRED_DISTRIBUTIONS = [
|
||||
]
|
||||
|
||||
ENV_ROLES = [(role.value, role.value) for role in CSPRole] + [(None, "No access")]
|
||||
FORMATTED_ENV_ROLES = [
|
||||
(role.value, "- {} -".format(role.value)) for role in CSPRole
|
||||
] + [(None, "- No Access -")]
|
||||
|
Reference in New Issue
Block a user