Contribution Date
Technology
Contribution Project
Contribution Details
- Git clone latest Drupal code
git clone --branch 8.0.x http://git.drupal.org/project/drupal.git
- Git clone latest composer_manager module code
git clone --branch 8.x-1.x http://git.drupal.org/project/composer_manager.git
- Execute
php modules/composer_manager/scripts/init.php
,composer drupal-update
(as per https://github.com/commerceguys/commerce#installation) - Git clone latest address module code
git clone --branch 8.x-1.x http://git.drupal.org/project/address.git
- Enable address module
- Create new content type
- Add address field (default settings)
- Add number integer field (make it required)
- Go to add content page of that content type
- Select any country
Expected behavior:
Address fields appear based on the selected country, and no PHP warnings are logged.
Current behavior:
The address fields will not appear, and you will see PHP warnings and error in recent log message.
Now:
- Change the number field and make it unrequired
- Go to add content page of that content type
- Select any country
Observation:
Address fields appear based on the selected country, and no PHP warnings are logged.
Contribution Issue Link
Contribution Link
Files count
0
Patches count
0