Skip to content

Commit b7763d5

Browse files
MAGETWO-43764: When a guest user subscribe, the storeview is not saved/displayed in the admin panel
1 parent 3238f30 commit b7763d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Newsletter/Model/Resource/Subscriber/Collection.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ public function showCustomerInfo()
146146
[
147147
'customer' => $this->getTable('customer_entity')
148148
],
149-
'main_table.customer_id = customer.entity_id'
149+
'main_table.customer_id = customer.entity_id',
150+
['firstname', 'lastname']
150151
);
151152
return $this;
152153
}

0 commit comments

Comments
 (0)