projectwife / mtesitoo-android

Android mobile app for the Tesitoo project
6 stars 5 forks source link

New product request should set meta_title to product name #202

Open david-r-edgar opened 6 years ago

david-r-edgar commented 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).

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.)