workspace -> portfolio everywhere

This commit is contained in:
dandds
2019-01-11 09:58:00 -05:00
parent 3fc323d785
commit d3d36822df
122 changed files with 2156 additions and 2129 deletions

View File

@@ -84,7 +84,7 @@ export default {
sortFunc: alphabeticalSort
},
{
displayName: 'Workspace Role',
displayName: 'Portfolio Role',
attr: 'role',
sortFunc: alphabeticalSort,
},

View File

@@ -6,7 +6,7 @@ export default {
props: {
applications: Object,
workspace: Object,
portfolio: Object,
environments: Object,
currentMonthIndex: String,
prevMonthIndex: String,

View File

@@ -83,10 +83,10 @@ export default {
unmask: [],
validationError: 'Please enter a valid BA Code. Note that it should be two digits, followed by an optional letter.'
},
workspaceName: {
portfolioName: {
mask: false,
match: /^.{4,100}$/,
unmask: [],
validationError: 'Workspace and request names must be at least 4 and not more than 100 characters'
validationError: 'Portfolio and request names must be at least 4 and not more than 100 characters'
},
}