add form for editing workspace name

This commit is contained in:
dandds
2018-09-17 13:10:37 -04:00
parent 021871ec16
commit c3f89ba149
6 changed files with 73 additions and 10 deletions

View File

@@ -78,5 +78,11 @@ export default {
match: /[0-9]{2}\w?$/,
unmask: [],
validationError: 'Please enter a valid BA Code. Note that it should be two digits, followed by a letter.'
}
},
workspaceName: {
mask: false,
match: /^.{4,50}$/,
unmask: [],
validationError: 'Workspace names must be at least 4 and not more than 50 characters'
},
}