Domain Relationships tree not refreshed when domain status is changed e.g. when domain status is set to inactive it will still appear as active in the cached tree.
Will need to clean cached version out each time domain status is changed via either domain settings form or domain batch update.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 726968-domain_relationships-DRUPAL-6--1.patch | 1.75 KB | nonsie |
Comments
Comment #1
voxpelli commentedIn domain_relationships_form_alter() we should probably add some submit handlers that includes something like:
Comment #2
nonsiePossible patch attached. I'm not particularly fond of the solution to deal with batch form submission but we should only clean cache for 4 cases and not for all hook_domainbatch implementations.
Comment #3
nonsieCommitted