Follow up of #2023429: nested / recursive db_select() fails.
Consider storing the rule chain as a nested array as drupal variable.
This will reduce the amount of sql queries and enables strongarm to export the complete rule chain as Feature.
Follow up of #2023429: nested / recursive db_select() fails.
Consider storing the rule chain as a nested array as drupal variable.
This will reduce the amount of sql queries and enables strongarm to export the complete rule chain as Feature.
Comments
Comment #1
mkalkbrennerfunction themekey_features_load_rule_childs() contains a similar recursion as themekey_load_rules()
Comment #2
mkalkbrennerComment #3
mkalkbrennerComment #4
mkalkbrennerfixed in 8.x-1.x.