This commit is contained in:
2023-03-01 00:38:20 +00:00
parent 31a11e86ea
commit 9ceb147649
3 changed files with 3 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "sockeye", "name": "sockeye",
"version": "8.0.7", "version": "8.0.8",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",

View File

@@ -1,4 +1,4 @@
export default { export default {
version: "8.0.7", version: "8.0.8",
copyright: "© 1999-2022, Ground Zero Tech-Works Inc." copyright: "© 1999-2022, Ground Zero Tech-Works Inc."
}; };

View File

@@ -310,18 +310,7 @@
@input="fieldValueChanged('notes')" @input="fieldValueChanged('notes')"
></v-textarea> ></v-textarea>
</v-col> </v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
<v-checkbox
ref="active"
v-model="obj.active"
dense
:readonly="formState.readOnly"
:label="$sock.t('Active')"
data-cy="active"
:error-messages="form().serverErrors(this, 'active')"
@change="fieldValueChanged('active')"
></v-checkbox>
</v-col>
<!-- --------------------------------- --> <!-- --------------------------------- -->
<v-col v-if="form().showMe(this, 'Tags')" cols="12"> <v-col v-if="form().showMe(this, 'Tags')" cols="12">
@@ -373,7 +362,6 @@ export default {
id: 0, id: 0,
concurrency: 0, concurrency: 0,
name: null, name: null,
active: true,
customerId: null, customerId: null,
serverState: 0, serverState: 0,
notes: null, notes: null,