Download & Extend

Wierd things can happen when install tasks modify the conditions that decide when they are run

Project:Apps
Version:7.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

As part of the apps install process during an intall profile, there is a 'run' check that looks something like this:

'run' => (isset($_SESSION['apps']))?INSTALL_TASK_RUN_IF_NOT_COMPLETED:INSTALL_TASK_SKIP

As part of the cleanup process, we end up unsetting the $_SESSION['apps'] value which can cause stringed batch operations to fail. This patch just uncomments the unset() operation and provides a comment explaining what is going on.

AttachmentSize
apps-clean-up-the-cleanup.patch517 bytes

Comments

#1

#2

Status:needs review» fixed

#3

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

nobody click here