aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/src
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-08-12 11:42:51 +0200
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-08-26 19:49:00 +0200
commit2f30d3227f8af0a0c79b139f1cfbd334ca94e0d3 (patch)
tree45cab9e731c0a959a15e42c016324367e0f1a754 /apps/workflowengine/src
parentf630bd27f7ff881050a4ca516a96d00c8ba8afb6 (diff)
downloadnextcloud-server-2f30d3227f8af0a0c79b139f1cfbd334ca94e0d3.tar.gz
nextcloud-server-2f30d3227f8af0a0c79b139f1cfbd334ca94e0d3.zip
Various fixes
- Fix user status dialog - Add label where missing - Move emoji picker inside input field (similar to talk) - Fix selecting an emoji - Fix multiselect - Fix button with confirmation action - Fix some other unrelated dark theme issues - Fix select2 focus - Run npm lint:fix Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'apps/workflowengine/src')
-rw-r--r--apps/workflowengine/src/components/Workflow.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/workflowengine/src/components/Workflow.vue b/apps/workflowengine/src/components/Workflow.vue
index ef911554a18..bc33d03014d 100644
--- a/apps/workflowengine/src/components/Workflow.vue
+++ b/apps/workflowengine/src/components/Workflow.vue
@@ -2,7 +2,6 @@
<div id="workflowengine">
<NcSettingsSection :title="t('workflowengine', 'Available flows')"
:doc-url="workflowDocUrl">
-
<p v-if="scope === 0" class="settings-hint">
<a href="https://nextcloud.com/developer/">{{ t('workflowengine', 'For details on how to write your own flow, check out the development documentation.') }}</a>
</p>