Skip to content

Commit bfec371

Browse files
authored
Merge pull request #16706 from nextcloud/workflow-frontend
Workflow frontend overhaul
2 parents f889ea8 + 7683208 commit bfec371

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+2231
-1620
lines changed

apps/workflowengine/lib/Manager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ protected function validateEvents(string $entity, array $events, IOperation $ope
425425
* @param string $operation
426426
* @throws \UnexpectedValueException
427427
*/
428-
protected function validateOperation($class, $name, array $checks, $operation, string $entity, array $events) {
428+
public function validateOperation($class, $name, array $checks, $operation, string $entity, array $events) {
429429
try {
430430
/** @var IOperation $instance */
431431
$instance = $this->container->query($class);

apps/workflowengine/src/admin.js

Lines changed: 0 additions & 385 deletions
This file was deleted.

0 commit comments

Comments
 (0)