aimeos / ai-admin-jqadm

Aimeos e-commerce Vue.js+Bootstrap based admin interface
https://aimeos.org
GNU Lesser General Public License v3.0
182 stars 43 forks source link

Missing countries options in selection #198

Closed switch-cheehau closed 3 years ago

switch-cheehau commented 3 years ago

Hi Aimeos,

Please check this line: https://github.com/aimeos/ai-admin-jqadm/blob/725e496417eb42e401ad79d63f4380ec8f41da9e/admin/jqadm/src/Admin/JQAdm/Order/Standard.php#L37

image

It fixed if i change to

 foreach( $this->getContext()->config()->get( 'common/countries', [] ) as $code ) { 
aimeos commented 3 years ago

Thanks, has been fixed now and is available in dev-master and 2021.07.x-dev