Skip to content

Commit

Permalink
ref #785 working on
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesGrimont committed Nov 29, 2024
1 parent a30f64a commit 93b74f8
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 16 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-beta177",
"version_c8o": "2.0.0-beta178",
"offline_notice": "However, since you are offline, the response will be sent to the server the next time you have a network connection and are connected to the application.",
"reset_to_default_values": "Reset to default values",
"general_settings": "General settings",
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-beta177",
"version_c8o": "2.0.0-beta178",
"offline_notice": "Sin embargo, dado que estás sin conexión, la respuesta se enviará al servidor la próxima vez que tengas conexión a la red y estés conectado a la aplicación.",
"reset_to_default_values": "Restablecer los valores predeterminados",
"general_settings": "Configuración general",
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-beta177",
"version_c8o": "2.0.0-beta178",
"offline_notice": "Cependant, étant donné que vous êtes hors-ligne, la réponse sera transmise au serveur la prochaine fois que vous aurez du réseau et que vous serez connecté à l'application.",
"reset_to_default_values": "Réinitialiser les valeurs par défaut",
"general_settings": "Paramètres généraux",
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-beta177",
"version_c8o": "2.0.0-beta178",
"offline_notice": "Tuttavia, poiché sei offline, la risposta verrà inviata al server la prossima volta che avrai una connessione di rete e sarai connesso all'applicazione.",
"reset_to_default_values": "Reimposta i valori predefiniti",
"general_settings": "Impostazioni generali",
Expand Down
25 changes: 16 additions & 9 deletions _c8oProject/mobilePages/responseCompleted.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -612,15 +612,21 @@ title: Title for responseCompleted
: |
'padding-bottom: 10px;
'
↓H3 [ngx.components.UIDynamicElement-1732870508972]:
beanData: '{"ionBean":"Heading2"}'
tagName: h2
↓Text [ngx.components.UIText-1732870508971]:
i18n: true
textValue:
- xmlizable:
- ↑classname: com.twinsoft.convertigo.beans.ngx.components.MobileSmartSourceType
- MobileSmartSourceType: plain:offline_notice
↓Directive [ngx.components.UIControlDirective-1732873946916]:
directiveName: If
directiveSource:
- xmlizable:
- ↑classname: com.twinsoft.convertigo.beans.ngx.components.MobileSmartSourceType
- MobileSmartSourceType: script:!this.local.online
↓H3 [ngx.components.UIDynamicElement-1732870508972]:
beanData: '{"ionBean":"Heading2"}'
tagName: h2
↓Text [ngx.components.UIText-1732870508971]:
i18n: true
textValue:
- xmlizable:
- ↑classname: com.twinsoft.convertigo.beans.ngx.components.MobileSmartSourceType
- MobileSmartSourceType: plain:offline_notice
↓Div2 [ngx.components.UIDynamicElement-1684930399644]:
beanData: '{"ionBean":"DivTag"}'
tagName: div
Expand Down Expand Up @@ -1031,6 +1037,7 @@ title: Title for responseCompleted
page.local.published = (page as any).navParams.data.published;
page.local.loop = (page as any).navParams.data.loop;
page.local.loop = (page.local.loop == "false" || page.local.loop == false) ? false : true;
page.local.online = window.navigator.onLine;
if(page.local.loop == false){
resolve(false);
}
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-beta177
version: 2.0.0-beta178
↓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
2 changes: 1 addition & 1 deletion ionicTpl/ngsw-config-sub-pwa.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"/*.js",
"/ngsw.json",
"/*.woff2",
"assets/images/svg/component/icn_no-wifi.svg"
"/assets/images/svg/component/icn_no-wifi.svg"
],
"urls": []
}
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-beta177"
"version": "2.0.0-beta178"
},
"assetGroups": [
{
Expand Down

0 comments on commit 93b74f8

Please sign in to comment.