Open david-r-edgar opened 6 years ago
It looks like the new product request is currently setting the meta_title field to "meta_title". Instead it should set it to the product name (or leave it blank).
meta_title
"meta_title"
Looks like the string comes from here: https://github.com/projectwife/mtesitoo-android/blob/master/libs/mtesitoo-backend-api/src/main/java/com/mtesitoo/backend/service/ProductRequest.java#L79
(Haven't tested this, only grepped the source.)
It looks like the new product request is currently setting the
meta_title
field to"meta_title"
. Instead it should set it to the product name (or leave it blank).Looks like the string comes from here: https://github.com/projectwife/mtesitoo-android/blob/master/libs/mtesitoo-backend-api/src/main/java/com/mtesitoo/backend/service/ProductRequest.java#L79
(Haven't tested this, only grepped the source.)