Skip to content

Commit e6e4374

Browse files
ref #1136 fixed
1 parent 782e045 commit e6e4374

File tree

7 files changed

+6
-22
lines changed

7 files changed

+6
-22
lines changed

DisplayObjects/mobile/assets/i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version_c8o": "2.1.9-beta8",
2+
"version_c8o": "2.1.9-beta9",
33
"error_filter": "An error occurred while retrieving the filters",
44
"error_missing_config_filter": "Please configure the data source first via the configuration tab",
55
"restart_later": "Update on next launch",

DisplayObjects/mobile/assets/i18n/es.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version_c8o": "2.1.9-beta8",
2+
"version_c8o": "2.1.9-beta9",
33
"error_filter": "Se produjo un error al recuperar los filtros",
44
"error_missing_config_filter": "Primero configure la fuente de datos en la pestaña de configuración",
55
"restart_later": "Actualizar en el próximo inicio",

DisplayObjects/mobile/assets/i18n/fr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version_c8o": "2.1.9-beta8",
2+
"version_c8o": "2.1.9-beta9",
33
"error_filter": "Une erreur s'est produite lors de la récupération des filtres",
44
"error_missing_config_filter": "Veuillez d'abord configurer la source de données via l'onglet configuration",
55
"restart_later": "Mettre à jour au prochain lancement",

DisplayObjects/mobile/assets/i18n/it.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version_c8o": "2.1.9-beta8",
2+
"version_c8o": "2.1.9-beta9",
33
"error_filter": "Si è verificato un errore durante il recupero dei filtri",
44
"error_missing_config_filter": "Per prima cosa configura l'origine dati tramite la scheda di configurazione",
55
"restart_later": "Aggiornare al prossimo avvio",

_c8oProject/mobileSharedComponents/dataSourceEditor.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -91,22 +91,6 @@ scriptContent:
9191
return "";
9292
}
9393
var translated = body;
94-
if (this.pageOwner && typeof this.pageOwner.parseMonacoEditor === "function") {
95-
try {
96-
translated = await this.pageOwner.parseMonacoEditor(body, this.c8oforms_monacoeditor);
97-
}
98-
catch (parseError) {
99-
translated = body;
100-
}
101-
}
102-
else if (this.c8oforms_monacoeditor && typeof this.c8oforms_monacoeditor.parse === "function") {
103-
try {
104-
translated = await this.c8oforms_monacoeditor.parse(body);
105-
}
106-
catch (parseError) {
107-
translated = body;
108-
}
109-
}
11094
var builder = "";
11195
var tokenRegex = /(\$\$(?:START)?\d+(?:[\s\S]*?)(?:END)?(?:\d+)?\$\$|"(?:\\.|[^"\\])*")/g;
11296
var lastIndex = 0;

c8oProject.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
contextTimeout: ${C8Oforms.context.timeout=60}
55
corsOrigin: =Origin
66
httpSessionTimeout: ${C8Oforms.http_session.timeout=60}
7-
version: 2.1.9-beta8
7+
version: 2.1.9-beta9
88
↓c8oforms_fs [connectors.FullSyncConnector]: 🗏 connectors/c8oforms_fs.yaml
99
↓c8oforms_response_fs [connectors.FullSyncConnector]: 🗏 connectors/c8oforms_response_fs.yaml
1010
↓c8ofullsyncgrp [connectors.FullSyncConnector]: 🗏 connectors/c8ofullsyncgrp.yaml

ngswForPWA/ngsw-config-sub-pwa.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"appData": {
55
"name": "Convertigo Forms Builder",
66
"description": "A simple and intuitive \"no code\" tool to create your personalized apps in a few clicks!",
7-
"version": "2.1.9-beta8"
7+
"version": "2.1.9-beta9"
88
},
99
"assetGroups": [
1010
{

0 commit comments

Comments
 (0)