Closed (fixed)
Project:
Configuration Management
Version:
7.x-2.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2013 at 00:43 UTC
Updated:
31 Oct 2014 at 22:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
bnobleman commentedThe reason for that, the webform_rules module has not been properly detected, after enabling the module it worked.
Comment #2
dagmarActually this is caused by another bug. Configuration Management should be able to detect that webform_rules is required to load the rule.
This patch fix this issue.
Comment #3
dagmarCommitted and Pushed to 7.x-2.x. Thanks @bnobleman
Comment #5
dagmarComment #6
Yorgg commentedSorry to reopen this, but I am getting this when I try to write activestore to datastore
Call Stack
# Time Memory Function Location
1 0.0039 250424 {main}( ) ../index.php:0
2 0.3401 10575536 menu_execute_active_handler( ???, ??? ) ../index.php:21
3 0.3407 10578392 call_user_func_array ( ???, ??? ) ../menu.inc:517
4 0.3407 10578728 drupal_get_form( ??? ) ../menu.inc:517
5 0.3407 10579592 drupal_build_form( ???, ??? ) ../form.inc:130
6 1.8827 32483968 drupal_process_form( ???, ???, ??? ) ../form.inc:385
7 2.7769 35734128 form_execute_handlers( ???, ???, ??? ) ../form.inc:903
8 2.7769 35739192 configuration_ui_export_to_datastore_form_submit( ???, ??? ) ../form.inc:1513
9 2.7770 35739480 Drupal\configuration\Config\ConfigurationManagement::exportToDataStore( ???, ???, ???, ??? ) ../configuration_ui.admin.inc:478
10 22.3855 32472104 Drupal\configuration\Config\Configuration->build( ??? ) ../ConfigurationManagement.php:371
11 22.3907 32472248 Drupal\configuration\Config\Configuration->findDependencies( ) ../Configuration.php:405
12 22.3945 32476880 Drupal\configuration\Config\FieldConfiguration::alterDependencies( ??? ) ../Configuration.php:659
13 22.3946 32476880 Drupal\configuration\Config\EntityApiConfiguration->getEntityType( ) ../FieldConfiguration.php:77
Comment #7
Yorgg commentedSame thing with optional dependencies off.
It actually written settings to disk when I submited stop tracking.