Skip to content

Commit

Permalink
ref #781 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGrimont committed Nov 26, 2024
1 parent c3b06ba commit ae83044
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DisplayObjects/mobile/assets/i18n/en.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version_c8o": "2.0.0-beta164",
"version_c8o": "2.0.0-beta165",
"reset_to_default_values": "Reset to default values",
"general_settings": "General settings",
"font_size": "Font size",
Expand Down
2 changes: 1 addition & 1 deletion DisplayObjects/mobile/assets/i18n/es.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version_c8o": "2.0.0-beta164",
"version_c8o": "2.0.0-beta165",
"reset_to_default_values": "Restablecer los valores predeterminados",
"general_settings": "Configuración general",
"font_size": "Tamaño de fuente",
Expand Down
2 changes: 1 addition & 1 deletion DisplayObjects/mobile/assets/i18n/fr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version_c8o": "2.0.0-beta164",
"version_c8o": "2.0.0-beta165",
"reset_to_default_values": "Réinitialiser les valeurs par défaut",
"general_settings": "Paramètres généraux",
"font_size": "Taille de police",
Expand Down
2 changes: 1 addition & 1 deletion DisplayObjects/mobile/assets/i18n/it.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version_c8o": "2.0.0-beta164",
"version_c8o": "2.0.0-beta165",
"reset_to_default_values": "Reimposta i valori predefiniti",
"general_settings": "Impostazioni generali",
"font_size": "Dimensione del carattere",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@
varValue:
- xmlizable:
- ↑classname: com.twinsoft.convertigo.beans.ngx.components.MobileSmartSourceType
- MobileSmartSourceType: script:c8oPage.local.form.
- MobileSmartSourceType: script:c8oPage.local.formId
↓timestamp [ngx.components.UIControlVariable-1593706671646]:
varValue:
- xmlizable:
Expand Down
2 changes: 1 addition & 1 deletion c8oProject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
contextTimeout: ${C8Oforms.context.timeout=60}
corsOrigin: =Origin
httpSessionTimeout: ${C8Oforms.http_session.timeout=60}
version: 2.0.0-beta164
version: 2.0.0-beta165
↓c8oforms_fs [connectors.FullSyncConnector]: 🗏 connectors/c8oforms_fs.yaml
↓c8oforms_response_fs [connectors.FullSyncConnector]: 🗏 connectors/c8oforms_response_fs.yaml
↓HTTP_connector [connectors.HttpConnector]: 🗏 connectors/HTTP_connector.yaml
Expand Down
1 change: 1 addition & 0 deletions ionicTpl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"e2e": "ng e2e",
"ionic:build:fast": "npm run wv && npm run ionic:build:fast-pwa && node --max_old_space_size=8048 node_modules\/@angular\/cli\/bin\/ng build app --configuration=fastbuild --base-href=/convertigo/projects/C8Oforms/DisplayObjects/mobile/",
"ionic:build:fast-pwa": "node --max_old_space_size=8048 node_modules\/@angular\/cli\/bin\/ng build app --configuration=fastbuildPwa --base-href=/convertigo/projects/C8Oforms/DisplayObjects/mobile/ --deploy-url=scripts/ && node copy.js",
"ionic:build:fast-pwa:watch": "node --max_old_space_size=8048 node_modules\/@angular\/cli\/bin\/ng build app --configuration=fastbuildPwa --watch=true --base-href=/convertigo/projects/C8Oforms/DisplayObjects/mobile/ --deploy-url=scripts/ && node copy.js",
"ionic:build:watch": "npm run wv && node --max_old_space_size=8048 node_modules\/@angular\/cli\/bin\/ng build app --configuration=fastbuild --watch=true",
"ionic:build:prod":"npm run wv && npm run ionic:build:prod-pwa && node --max_old_space_size=8048 node_modules\/@angular\/cli\/bin\/ng build app --configuration=production --base-href=/convertigo/projects/C8Oforms/DisplayObjects/mobile/",
"ionic:build:prod-pwa": "node --max_old_space_size=8048 node_modules\/@angular\/cli\/bin\/ng build app --configuration=productionPwa --base-href=/convertigo/projects/C8Oforms/DisplayObjects/mobile/ --deploy-url=scripts/ && node copy.js",
Expand Down
2 changes: 1 addition & 1 deletion ngswForPWA/ngsw-config-sub-pwa.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"appData": {
"name": "Convertigo Forms Builder",
"description": "A simple and intuitive \"no code\" tool to create your personalized apps in a few clicks!",
"version": "2.0.0-beta164"
"version": "2.0.0-beta165"
},
"assetGroups": [
{
Expand Down

0 comments on commit ae83044

Please sign in to comment.