Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Collapsible block with dynamic content

Sorry, Deon. But your sequence of services the "qry_Accom" actually populates label inside collapsible component (as shown on my above screens), the second one "qry_Accom_Gallery" does not -- details are below.

Events order on the page: http://prntscr.com/7rolx6

-- which results to the following mapping: http://prntscr.com/7romui

and the invocation of your service "qry_Accom_Gallery" which as you can see leads to infinity calls, returns nothing:
http://prntscr.com/7rojsv
http://prntscr.com/7rokfo

here is the actual response from the service: http://prntscr.com/7ropgv

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Collapsible block with dynamic content

OMG. I think I am going to explode. That is what I have been saying this whole thread. You are now just repeating what I am saying.

This is the issue that needs to be fixed!!!!
"qry_Accom_Gallery" is mapped to the list inside the Colapseblock.

Why is it not doing it. This always worked before..

I get the feeling you are just stuffing me around.

THIS WAS ALWAYS WORKING. NOW all my apps that have this in have stopped working and chrash. THis has something to do with your updates.

I suspect it has something to do with this error message when expanding the colapse block

Attr child nodes are deprecated and will be removed in M45, around August 2015. Please use 'Attr.value' instead.

Same issue here. Same solution used.

https://getsatisfaction.com/apperyio/...

Please fix.

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Collapsible block with dynamic content

Hi

Any news on this, please?

Thx

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Collapsible block with dynamic content

We are working on a fix.

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Collapsible block with dynamic content

Thank you.

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Collapsible block with dynamic content

Any new yet?

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Collapsible block with dynamic content

Developer is working on it, as soon as we have news, we'll let you know.

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Collapsible block with dynamic content

Thank you

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Collapsible block with dynamic content

Hi Deon -

Firstly I want to apologies for such long identification of your problem and any inconvenience that caused.

The mapping approach that has been used on your page has incapsulated order of invocation: 1st 'qry_Property_Accom' on success invokes - 2nd 'qry_Accom' (which will be cloned for your final service) - 3rd 'qry_Accom_Gallery' services order.

this leads to the following:
1). Mapping from element generated (cloned) by mapping earlier (qry_Accom_Gallery datasource - Before send mapping). Appery.io doesn't support such mapping order in the core.
2). Mapping to element generated (cloned) by mapping earlier (qry_Accom_Gallery datasource - Success mapping). Does not supported also.

What does it means by not supported here, is that the initial mapping is waiting for input elements from the previous mapping structure which are marked as cloned elements, but the invoked mapping don't receives them as they are initially empty for it. Yes, we can say that this is some sort of limitation now in our core mapping structure in Appery.io.

The above said is also leads to Expand event for collapsible block that has no input data and which leads to a feature of this element event that in iterated manner looks for input data that are empty and again initialize the entry point for this event.

The general approach for Collapsible set here is to better use all such logic within one service call, so that all data will be retrieved in one request by using for example pointers to retrieve your collections data.

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Collapsible block with dynamic content

Hi Illya

Thank you for the reply. It is quite a mouthful.

My reply simply is. It used to work 100%. Now it does not. Why?

This is actually a common requirement and unfortunately apppery.io does not allow one service call across multiple collections or does it? You also mention using pointers. What is it and where can I learn more about it?

Thx

Return to “Issues”