summaryrefslogtreecommitdiffstats
path: root/apps/workflowengine/appinfo
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2019-08-16 17:17:38 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2019-09-09 22:56:01 +0200
commitbd5c455da4d79458906549082b49b0b83deebee8 (patch)
tree65933c5334ba8e210033dafce9e1c6bd05354911 /apps/workflowengine/appinfo
parent804d4fe69feb1853846ad7a4b92f01cc637daf71 (diff)
downloadnextcloud-server-bd5c455da4d79458906549082b49b0b83deebee8.tar.gz
nextcloud-server-bd5c455da4d79458906549082b49b0b83deebee8.zip
the workflow manager becomes scope aware, Part 1
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/workflowengine/appinfo')
-rw-r--r--apps/workflowengine/appinfo/info.xml18
1 files changed, 15 insertions, 3 deletions
diff --git a/apps/workflowengine/appinfo/info.xml b/apps/workflowengine/appinfo/info.xml
index a2f216b2957..ddb20538280 100644
--- a/apps/workflowengine/appinfo/info.xml
+++ b/apps/workflowengine/appinfo/info.xml
@@ -2,11 +2,13 @@
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>workflowengine</id>
- <name>Files workflow engine</name>
- <summary>Files workflow engine</summary>
- <description>Files workflow engine</description>
+ <name>Nextcloud workflow engine</name>
+ <summary>Nextcloud workflow engine</summary>
+ <description>Nextcloud workflow engine</description>
<version>1.8.0</version>
<licence>agpl</licence>
+ <author>Arthur Schiwon</author>
+ <author>Julius Härtl</author>
<author>Morris Jobke</author>
<namespace>WorkflowEngine</namespace>
@@ -23,6 +25,16 @@
<nextcloud min-version="18" max-version="18"/>
</dependencies>
+ <repair-steps>
+ <post-migration>
+ <step>OCA\WorkflowEngine\Migration\PopulateNewlyIntroducedDatabaseFields</step>
+ </post-migration>
+ </repair-steps>
+
+ <commands>
+ <command>OCA\WorkflowEngine\Command\Index</command>
+ </commands>
+
<settings>
<admin-section>OCA\WorkflowEngine\Settings\Section</admin-section>
</settings>