Skip to content

Commit

Permalink
update forms_config
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGrimont committed Jan 14, 2025
1 parent 8d75853 commit 377c1e3
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 6 deletions.
48 changes: 45 additions & 3 deletions _c8oProject/sequences/formscommon_CheckConfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion c8oProject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions project.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
</p></blockquote></details>

<details><summary><b>CouchDb_schema</b></summary><blockquote><p>
Expand All @@ -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)
</p></blockquote></details>
</p></blockquote></details>

Expand Down

0 comments on commit 377c1e3

Please sign in to comment.