diff --git a/_c8oProject/sequences/formscommon_CheckConfig.yaml b/_c8oProject/sequences/formscommon_CheckConfig.yaml index 1d81b1d..8d6e3c5 100644 --- a/_c8oProject/sequences/formscommon_CheckConfig.yaml +++ b/_c8oProject/sequences/formscommon_CheckConfig.yaml @@ -10,7 +10,7 @@ accessibility: Private sourceTransaction: C8Oforms.c8oforms_fs.GetDocument ↓_use_docid [variables.StepVariable-1729157830651]: description: Document ID -↓formSourceConfig [steps.SimpleSourceStep-1732208590734]: +↓formSourceConfig1 [steps.SimpleSourceStep-1736257252570]: output: true sourceDefinition: - xmlizable: @@ -20,12 +20,54 @@ accessibility: Private - ↑value: 1729157830649 - java.lang.String: - ↑value: | - .//document/couchdb_output//item[id = '{{{ source_id }}}']/*[name()='sources' or name()='actions']//forms_config/str/text() + .//document/couchdb_output//item[id = '{{{ source_id }}}']/*[name()='sources' or name()='sourcesMarkers' or name()='sourcesCircles' or name()='actions']//forms_config/str/text() variableName: doc_forms_config +↓formSourceConfigMarkers [steps.SimpleSourceStep-1732208590734]: + output: true + sourceDefinition: + - xmlizable: + - ↑classname: com.twinsoft.convertigo.beans.common.XMLVector + - com.twinsoft.convertigo.beans.common.XMLVector: + - java.lang.String: + - ↑value: 1729157830649 + - java.lang.String: + - ↑value: | + .//document/couchdb_output//item[id = '{{{ source_id }}}']/*[name()='sourcesMarkers']//forms_config/str/text() + + + variableName: doc_forms_config_markers +↓formSourceConfig2 [steps.SimpleSourceStep-1736257385246]: + output: true + sourceDefinition: + - xmlizable: + - ↑classname: com.twinsoft.convertigo.beans.common.XMLVector + - com.twinsoft.convertigo.beans.common.XMLVector: + - java.lang.String: + - ↑value: 1729157830649 + - java.lang.String: + - ↑value: | + .//document/couchdb_output//item[id = '{{{ source_id }}}']/*[name()='sourcesCircles']//forms_config/str/text() + + + variableName: doc_forms_config_circles +↓formSourceConfig3 [steps.SimpleSourceStep-1736260452546]: + output: true + sourceDefinition: + - xmlizable: + - ↑classname: com.twinsoft.convertigo.beans.common.XMLVector + - com.twinsoft.convertigo.beans.common.XMLVector: + - java.lang.String: + - ↑value: 1729157830649 + - java.lang.String: + - ↑value: | + .//document/couchdb_output//item[id = '{{{ source_id }}}']/*[name()='sourcesPolygons']//forms_config/str/text() + + + variableName: doc_forms_config_polygons ↓jIf [steps.IfStep-1732208668695]: - condition: forms_config != doc_forms_config + condition: forms_config != doc_forms_config && forms_config != doc_forms_config_markers && forms_config != doc_forms_config_circles && forms_config != doc_forms_config_polygons ↓Error_structure [steps.XMLErrorStep-1732208675113]: code: - xmlizable: diff --git a/c8oProject.yaml b/c8oProject.yaml index 876b354..33c6cab 100644 --- a/c8oProject.yaml +++ b/c8oProject.yaml @@ -14,7 +14,7 @@ contextTimeout: ${lib_baserow.context_timout=3600} corsOrigin: =Origin httpSessionTimeout: ${lib_baserow.session_timout=3600} - version: 1.1.8 + version: 1.1.9 ↓Baserow_API_spec [connectors.HttpConnector]: 🗏 connectors/Baserow_API_spec.yaml ↓MediaConnector [connectors.HttpConnector]: 🗏 connectors/MediaConnector.yaml ↓_disabled_formssource_GetSelectDataOld [sequences.GenericSequence]: 🗏 sequences/_disabled_formssource_GetSelectDataOld.yaml diff --git a/project.md b/project.md index bb2a1a2..e057557 100644 --- a/project.md +++ b/project.md @@ -12,7 +12,7 @@ This is the Baserow No Code connector for Convertigo. Use this connector to exch ## ![](https://github.com/convertigo/convertigo/blob/develop/engine/src/com/twinsoft/convertigo/beans/references/images/ProjectSchemaReference_16x16.png?raw=true "ProjectSchemaReference") C8Oforms -see [readme](https://github.com/convertigo/C8oForms/tree/hotfix/2.0.5#readme) +see [readme](https://github.com/convertigo/C8oForms/tree/NGX#readme)

CouchDb_schema

@@ -30,7 +30,7 @@ see [documentation](http://localhost:18080/convertigo/xsd/couchdb/CouchDb.xsd) ## ![](https://github.com/convertigo/convertigo/blob/develop/engine/src/com/twinsoft/convertigo/beans/references/images/ProjectSchemaReference_16x16.png?raw=true "ProjectSchemaReference") lib_ExtendedComponents_ui_ngx -see [readme](https://github.com/convertigo/c8oprj-lib-extended-components-ui-ngx/tree/3baccc787893e26c44e258b413cac0b79112bbff#readme) +see [readme](https://github.com/convertigo/c8oprj-lib-extended-components-ui-ngx/tree/8.4.0.0#readme)