convertigo / C8oForms

Form Builder is the “No Code” environment built on top of Convertigo Low Code platform technology to enable "Citizen" app makers to build and deploy form based apps connected to enterprise back-end data.
https://www.convertigo.com/no-code-form-application-builder/
Other
4 stars 3 forks source link

The Execute_sequences sequence generates as many sessions as actions #675

Closed CharlesGrimont closed 1 month ago

CharlesGrimont commented 2 months ago

The Execute_sequences sequence generates as many sessions as actions.

For each action we create a new session in which we execute our sequence. When we create the new session, we copy each original session attribute, including contexts "c8o:contexts". At the end of current action execution, we invalidate the associated session, which invalidates associated contexts, including the context of Execute_sequences sequence itself.

We mustn't copy c8o:contexts attribute

CharlesGrimont commented 2 months ago

To be tested

gregory-vorbe commented 2 months ago

Fixed in Release of 2.0.0-beta50.8

CharlesGrimont commented 1 month ago

Reported in 2.0.0-beta74

gregory-vorbe commented 1 month ago

OK in 2.0.0-beta89