Skip to content

Not running the script for directories #386

@Jurrer

Description

@Jurrer

Hello, in the following line we are checking if the script is ran for a file(on tagging event)
Why is that check performed?
Why can't we run this script for a directory?

if ($event->getObjectType() !== 'files') {

I need to perform compression on a directory and in the current state it is not possible to trigger it for a directory.

In the logs, I see that workflowengine does run, but does nothing :/

Flow activated by event OCP\SystemTag\ISystemTagObjectMapper::assignTags
Flow handling done for event OCP\SystemTag\ISystemTagObjectMapper::assignTags 

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions