Closed (fixed)
Project:
Domain
Version:
7.x-3.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2017 at 17:09 UTC
Updated:
15 Apr 2017 at 16:36 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
paulvandenburg commentedThe problem lies in the function
domain_batch_list(). It loops through all action options and tries to add the "other" #module type to all options that lack that field. However instead of modifying the array using a reference, it only modifies the local variable that is gone after the foreach ends.This simple fix properly sets the "other" category so the sorting can freely do its thing.
Comment #3
paulvandenburg commentedComment #4
agentrickardComment #6
agentrickardCommitted!
Comment #8
agentrickard