Skip to content

Commit e767121

Browse files
MAGETWO-91650: Translation not working for product alerts
- Add store id for product alert
1 parent 898d2a5 commit e767121

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"product_alert_price": {
33
"column": {
4+
"store_id": true,
45
"alert_price_id": true,
56
"customer_id": true,
67
"product_id": true,
@@ -9,49 +10,48 @@
910
"add_date": true,
1011
"last_send_date": true,
1112
"send_count": true,
12-
"status": true,
13-
"store_id": true
13+
"status": true
1414
},
1515
"index": {
16+
"PRODUCT_ALERT_PRICE_STORE_ID": true,
1617
"PRODUCT_ALERT_PRICE_CUSTOMER_ID": true,
1718
"PRODUCT_ALERT_PRICE_PRODUCT_ID": true,
18-
"PRODUCT_ALERT_PRICE_WEBSITE_ID": true,
19-
"PRODUCT_ALERT_PRICE_STORE_ID": true
19+
"PRODUCT_ALERT_PRICE_WEBSITE_ID": true
2020
},
2121
"constraint": {
22+
"PRODUCT_ALERT_PRICE_STORE_ID_STORE_STORE_ID": true,
2223
"PRIMARY": true,
2324
"PRODUCT_ALERT_PRICE_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID": true,
2425
"PRODUCT_ALERT_PRICE_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID": true,
2526
"PRODUCT_ALERT_PRICE_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID": true,
26-
"PRODUCT_ALERT_PRICE_PRODUCT_ID_SEQUENCE_PRODUCT_SEQUENCE_VALUE": true,
27-
"PRODUCT_ALERT_PRICE_STORE_ID_STORE_STORE_ID": true
27+
"PRODUCT_ALERT_PRICE_PRODUCT_ID_SEQUENCE_PRODUCT_SEQUENCE_VALUE": true
2828
}
2929
},
3030
"product_alert_stock": {
3131
"column": {
32+
"store_id": true,
3233
"alert_stock_id": true,
3334
"customer_id": true,
3435
"product_id": true,
3536
"website_id": true,
3637
"add_date": true,
3738
"send_date": true,
3839
"send_count": true,
39-
"status": true,
40-
"store_id": true
40+
"status": true
4141
},
4242
"index": {
43+
"PRODUCT_ALERT_STOCK_STORE_ID": true,
4344
"PRODUCT_ALERT_STOCK_CUSTOMER_ID": true,
4445
"PRODUCT_ALERT_STOCK_PRODUCT_ID": true,
45-
"PRODUCT_ALERT_STOCK_WEBSITE_ID": true,
46-
"PRODUCT_ALERT_STOCK_STORE_ID": true
46+
"PRODUCT_ALERT_STOCK_WEBSITE_ID": true
4747
},
4848
"constraint": {
49+
"PRODUCT_ALERT_STOCK_STORE_ID_STORE_STORE_ID": true,
4950
"PRIMARY": true,
5051
"PRODUCT_ALERT_STOCK_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID": true,
5152
"PRODUCT_ALERT_STOCK_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID": true,
5253
"PRODUCT_ALERT_STOCK_PRODUCT_ID_CATALOG_PRODUCT_ENTITY_ENTITY_ID": true,
53-
"PRODUCT_ALERT_STOCK_PRODUCT_ID_SEQUENCE_PRODUCT_SEQUENCE_VALUE": true,
54-
"PRODUCT_ALERT_STOCK_STORE_ID_STORE_STORE_ID": true
54+
"PRODUCT_ALERT_STOCK_PRODUCT_ID_SEQUENCE_PRODUCT_SEQUENCE_VALUE": true
5555
}
5656
}
5757
}

0 commit comments

Comments
 (0)