Closed (outdated)
Project:
Entityqueue
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2013 at 22:03 UTC
Updated:
30 Jun 2026 at 08:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jojonaloha commentedIn working on #2508431: An entity queue for each term? I found the need for this issue to be fixed first. Attached is a patch that calls this method for each handler and hides it using Form #states depending on which handler is selected. When editing an Entityqueue it only calls the settingsForm method for the queue's handler, since we do not allow that to change. Also there is an API change, the settingsForm method now takes $form_state by reference. I needed access to that in working on #2508431: An entity queue for each term? and I think any handler that does implement this method will likely want that as well.
Comment #2
moonray commentedThis mostly works for me. The only issue I run into is this:
If a settings form for a handler that isn't selected includes required items, they block the form from being submitted.
Comment #3
quicksketchYeah, this is a blocking item here. Instead of just using #states, we'd probably need to use #ajax and show/hide sections of the configuration form based on which handler is selected.
Comment #4
amateescu commentedClosing issues for the 7.x version, which is not supported anymore.