Closed (outdated)
Project:
Domain
Version:
7.x-3.4
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2012 at 21:41 UTC
Updated:
2 May 2025 at 12:57 UTC
Jump to comment: Most recent
Comments
Comment #1
agentrickardFor multi-domain saving, you likely want the Batch Updates tab on the main module settings page.
Comment #2
human1101 commentedHi agentrickard
That does not really suit my needs as the settings i want to change are not available there, but the feature i requested would suit my need perfectly
thanks for pointing me at that page though as i hadn't noticed it at all
handy for some things i bet
Cheers
Jacob
Comment #3
agentrickardThat page is also extenxible via hook_domain_batch().
Changing from radios to checkboxes means rewriting the submit handler and trying to make that code smarter to handle the storage loop.
One reason we don't do this now is possible memory issues if you have lots of domains (say 200+). To load, unserialize and save each domain is a potentially long-running operation.
Comment #4
bluegeek9 commentedDrupal 7 in End of Life and no longer supported. We encourage you to upgrade to a supported version of Drupal. For more information, see https://www.drupal.org/upgrade.