Skip to content

Commit 1a12e80

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

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Newsletter/Model/ResourceModel/Subscriber

1 file changed

+2
-1
lines changed

app/code/Magento/Newsletter/Model/ResourceModel/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)