Skip to content

Bug in postFlush-Listener of SortableListener #3020

@naturefund-falk

Description

@naturefund-falk

In current version of sortableListener::postFlush an array of updatedObjects is initialized before the great loop und this array is then executed after each iteration, leading to a situation where the updatedObjects from the first iteration are updated over and over again.
To solve this the initialization of $updatedObjects should be moved inside the foreach-loop or executing the updates from this array should be moved out of the loop.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions