Vue binding for environment role selections.

The environment name will be grayed out until something besides the
default "no access" is selected.

Small changes to the application member subforms:
- filter for "None" as a string
- have nested forms inherit from FlaskForm; each nested form adds its
  own validation error flash otherwise if there are validation problems
This commit is contained in:
dandds
2019-04-25 09:56:37 -04:00
parent 9c84e30172
commit 054d030e15
4 changed files with 34 additions and 18 deletions

View File

@@ -18,6 +18,7 @@ export default {
showError: showError,
showValid: !showError && !!this.initialValue,
validationError: this.initialErrors.join(' '),
value: this.initialValue,
}
},