project -> application everywhere
This commit is contained in:
@@ -4,7 +4,7 @@ import toggler from '../toggler'
|
||||
import EditEnvironmentRole from './edit_environment_role'
|
||||
|
||||
export default {
|
||||
name: 'edit-project-roles',
|
||||
name: 'edit-application-roles',
|
||||
|
||||
mixins: [FormMixin, Modal],
|
||||
|
@@ -20,7 +20,7 @@ export default {
|
||||
props: {
|
||||
choices: Array,
|
||||
initialData: String,
|
||||
projectId: String
|
||||
applicationId: String
|
||||
},
|
||||
|
||||
data: function () {
|
||||
@@ -30,7 +30,7 @@ export default {
|
||||
},
|
||||
|
||||
mounted: function() {
|
||||
this.$root.$on('revoke-' + this.projectId, this.revoke)
|
||||
this.$root.$on('revoke-' + this.applicationId, this.revoke)
|
||||
},
|
||||
|
||||
methods: {
|
||||
|
@@ -4,7 +4,7 @@ import textinput from '../text_input'
|
||||
const createEnvironment = (name) => ({ name })
|
||||
|
||||
export default {
|
||||
name: 'new-project',
|
||||
name: 'new-application',
|
||||
|
||||
mixins: [FormMixin],
|
||||
|
Reference in New Issue
Block a user