Skip to content

[4.0] Site Stats module - workflow error #28717

@brianteeman

Description

@brianteeman

Steps to reproduce the issue

Publish the statistics module

Expected result

image

Actual result

image

Additional comments

Once again the problem is with workflows - specifically this code

->leftJoin(
$db->quoteName('#__workflow_stages', 'ws')
. ' ON ' . $db->quoteName('ws.id') . ' = ' . $db->quoteName('state')
)
->where($db->quoteName('ws.condition') . ' = 1');

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