aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine
diff options
context:
space:
mode:
Diffstat (limited to 'apps/workflowengine')
-rw-r--r--apps/workflowengine/l10n/lv.js2
-rw-r--r--apps/workflowengine/l10n/lv.json2
-rw-r--r--apps/workflowengine/src/components/Rule.vue4
3 files changed, 3 insertions, 5 deletions
diff --git a/apps/workflowengine/l10n/lv.js b/apps/workflowengine/l10n/lv.js
index 6eb82456fc5..a70d5ddba19 100644
--- a/apps/workflowengine/l10n/lv.js
+++ b/apps/workflowengine/l10n/lv.js
@@ -64,6 +64,6 @@ OC.L10N.register(
"not between" : "nav starp",
"Request user agent" : "Nepieciešams lietotāja aģents",
"is member of" : "ir biedrs",
- "is not member of" : "nav biedrs"
+ "is not member of" : "nav dalībnieks"
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");
diff --git a/apps/workflowengine/l10n/lv.json b/apps/workflowengine/l10n/lv.json
index 2f1ea3b0f10..24a24e9dd25 100644
--- a/apps/workflowengine/l10n/lv.json
+++ b/apps/workflowengine/l10n/lv.json
@@ -62,6 +62,6 @@
"not between" : "nav starp",
"Request user agent" : "Nepieciešams lietotāja aģents",
"is member of" : "ir biedrs",
- "is not member of" : "nav biedrs"
+ "is not member of" : "nav dalībnieks"
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"
} \ No newline at end of file
diff --git a/apps/workflowengine/src/components/Rule.vue b/apps/workflowengine/src/components/Rule.vue
index c9632d6c196..1c321fd014c 100644
--- a/apps/workflowengine/src/components/Rule.vue
+++ b/apps/workflowengine/src/components/Rule.vue
@@ -31,7 +31,6 @@
<Operation :operation="operation" :colored="false">
<component :is="operation.element"
v-if="operation.element"
- ref="operationComponent"
:model-value="inputValue"
@update:model-value="updateOperationByEvent" />
<component :is="operation.options"
@@ -133,9 +132,8 @@ export default {
},
mounted() {
this.originalRule = JSON.parse(JSON.stringify(this.rule))
-
if (this.operation?.element) {
- this.$refs.operationComponent.value = this.rule.operation
+ this.inputValue = this.rule.operation
} else if (this.operation?.options) {
// keeping this in an else for apps that try to be backwards compatible and may ship both
// to be removed in 03/2028