learnweb / moodle-tool_lifecycle

:recycle: Extensible Moodle plugin for managing course life cycles, e.g., deprovisioning
GNU General Public License v3.0
20 stars 32 forks source link

fix error when otherindex does not exist #192

Open melanietreitinger opened 10 months ago

melanietreitinger commented 10 months ago

Scenario: When a workflow is deactivated the assigned sortindex is "missing" in the workflow table. If you want to move another, still active workflow to this position, a fatal error occurs:

grafik

This patch prevents this fatal error by omitting changes to a workflow which does not exist.