This repository was archived by the owner on May 16, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ module.exports = window.Backbone.Model.extend({
2323 userCountry : "" , //set by userPage View. This is a country code. This is used for editing.
2424 ownPage : false , //set by userPage View
2525 itemHash : "" , //set by userPage View
26- combinedImagesArray : [ ] , //tracks uploaded and old images
27- imageHashesToUpload : [ ] ,
2826 priceSet : 0 , //set in Update Attribute below, so view can listen for it
2927
3028 //the object below is just a reference for a typical response from the server.
Original file line number Diff line number Diff line change @@ -1104,6 +1104,7 @@ UserPageVw = pageVw.extend({
11041104 defaultItem . userCurrencyCode = self . options . userModel . get ( 'currency_code' ) ;
11051105 defaultItem . vendor_offer . listing . item . price_per_unit . fiat . currency_code = self . options . userModel . get ( 'currency_code' ) ;
11061106 defaultItem . vendor_offer . listing . id . guid = self . model . get ( 'page' ) . profile . guid ;
1107+ defaultItem . vendor_offer . listing . item . image_hashes = [ ] ;
11071108 this . itemEdit = new itemModel ( defaultItem ) ;
11081109 }
11091110 //add the moderator list to the item model
You can’t perform that action at this time.
0 commit comments