Account created on 14 April 2023, about 1 year ago
#

Recent comments

@anybody @joseph.olstad @mandclu @dragonwize, This issue has been active for a while now. Can anyone of you kindly look into this?

As per the documentation
https://www.drupal.org/docs/upgrading-drupal/upgrading-from-drupal-8-or-... β†’

When we are upgrading only the core modules, with using
composer update "drupal/core-*" drush/drush --with-all-dependencies --dry-run

I am getting psr/log issues.
- Root composer.json requires drupal/core-recommended 10.0.11 -> satisfiable by drupal/core-recommended[10.0.11].
- drupal/core-recommended 10.0.11 requires psr/log ~3.0.0 -> found psr/log[3.0.0] but these were not loaded, likely because it conflicts with another require.

Hi @WalkingDexter, I have added a patch to add the message after the module redirects to the requested page. Do let me know if I can help in any other way.

Along with a some similarities in both the modules, there are difference also.Both the modules have separate use cases. I have tried to list down some of the major difference:-

1)In country state and city field module we get the option of more countries(250) whereas in the address module we only have the dataset of 200 countries.

2)The functionality of address module is different(if compared to country,states and city fields). there if we add the address field type while creating a content type, We are asked to insert the information of user(Which is useful if we use it in an E-commerce Platform)(We have the option to make the fields optional) whereas in the country, states and city field module, there is no role of the user information.

3)Address module has an feature to work with the postal codes. It gives you option to include and exclude postal codes(which can be very useful for some cases).

4)In this module the administrator can define the name of state and city anything as that depends upon the administrator.but in the address module one gets everything predefined.

5)When creating a new content of Address field type using address module, after choosing the country there is no drop down for the list of cities. It might not provide a good user experience in some cases.

Production build 0.69.0 2024