Page 3 of 5

Service error: Object [object Array] has no method 'replace'

Posted: Mon Dec 02, 2013 11:59 am
by Adam Garbinski

Ok. Thanks for update.


Service error: Object [object Array] has no method 'replace'

Posted: Mon Dec 02, 2013 1:45 pm
by Maryna Brodina

Hi, most likely this Thursday.


Service error: Object [object Array] has no method 'replace'

Posted: Mon Dec 02, 2013 6:30 pm
by Bożena Garbińska

Hi again,
Well, a WEEK indeed looks like "all the time in the world" to me...
Can any changes be made to the app while waiting for you to get it fixed?


Service error: Object [object Array] has no method 'replace'

Posted: Tue Dec 03, 2013 8:22 am
by Maryna Brodina

Hello! I'm sorry for delay with resolving this. Yes, you can make changes to app, but I'll double check with developer and let you know.


Service error: Object [object Array] has no method 'replace'

Posted: Tue Dec 03, 2013 8:37 am
by Maryna Brodina

Any changes you do in editor will be saved. After fix you'll be able to see them on preview.


Service error: Object [object Array] has no method 'replace'

Posted: Tue Dec 03, 2013 8:38 am
by Adam Garbinski

Hi Maryna,
Thank you very much for your update.
Regards


Service error: Object [object Array] has no method 'replace'

Posted: Tue Dec 03, 2013 10:39 am
by Maryna Brodina

Looks like the problem is "set property" action for image from local storage variable. As a workaround please try to delete this action and instead use Run JS action with the following code: presetAttribute_('startScreen_mobileimage_5', 'src', localStorage.getItem('local_storage_var'));/pre
startScreen - screen name
mobile_image_5 - image name


Service error: Object [object Array] has no method 'replace'

Posted: Tue Dec 03, 2013 10:49 am
by Adam Garbinski

Hello Maryna,
Are you sure this post refers to my problem?


Service error: Object [object Array] has no method 'replace'

Posted: Tue Dec 03, 2013 11:10 am
by Maryna Brodina

Sorry, do you have "set property" action for image from local storage variable on "Add article" popup screen in '3mamcukier' project?


Service error: Object [object Array] has no method 'replace'

Posted: Tue Dec 03, 2013 1:16 pm
by Adam Garbinski

Sorry, my bad. I didn't get it.
Yes, after removing that action app IS WORKING again, I mean the web tester is working fine now. Your code was also did the job. Thanks Maryna :-)

Well I guess we can get back to the issue I have reported at the very beginning - the update query that WORKS on web tester but DOES NOT WORK on mobile testers, both on iOS, and ANDROID.

Just a quick reminder:

Mapping called like this:

"restservice_Artrequest_update"

This mapping is based on the following REST service:

"foodDB_Art_requests_update_service"