Commit a31d3ff6 authored by Sven Franck's avatar Sven Franck

start integrating state machine

parent 5354ad8e
...@@ -636,7 +636,7 @@ ...@@ -636,7 +636,7 @@
if (store.property_dict.storage) { if (store.property_dict.storage) {
config = { config = {
"url": store.items.definition_dict.url, "url": app.storage_dict.property_dict.items.storage_list[0].url,
"type": "GET", "type": "GET",
"xhrFields": { "xhrFields": {
"withCredentials": true "withCredentials": true
...@@ -730,7 +730,7 @@ ...@@ -730,7 +730,7 @@
if (store.property_dict.storage) { if (store.property_dict.storage) {
config = { config = {
"url": store.items.definition_dict.url, "url": app.storage_dict.property_dict.items.storage_list[0].url,
"type": "GET", "type": "GET",
"xhrFields": { "xhrFields": {
"withCredentials": true "withCredentials": true
...@@ -831,7 +831,7 @@ ...@@ -831,7 +831,7 @@
if (store.property_dict) { if (store.property_dict) {
config = { config = {
"url": store.items.definition_dict.url, "url": app.storage_dict.property_dict.items.storage_list[0].url,
"type": "GET", "type": "GET",
"xhrFields": { "xhrFields": {
"withCredentials": true "withCredentials": true
...@@ -888,7 +888,7 @@ ...@@ -888,7 +888,7 @@
if (store.property_dict.storage) { if (store.property_dict.storage) {
config = { config = {
"url": store.items.definition_dict.url, "url": app.storage_dict.property_dict.items.storage_list[0].url,
"type": "GET", "type": "GET",
"xhrFields": { "xhrFields": {
"withCredentials": true "withCredentials": true
...@@ -945,7 +945,7 @@ ...@@ -945,7 +945,7 @@
if (store.property_dict.storage) { if (store.property_dict.storage) {
config = { config = {
"url": store.items.definition_dict.url, "url": app.storage_dict.property_dict.items.storage_list[0].url,
"type": "GET", "type": "GET",
"xhrFields": { "xhrFields": {
"withCredentials": true "withCredentials": true
...@@ -1003,7 +1003,7 @@ ...@@ -1003,7 +1003,7 @@
if (store.property_dict.storage) { if (store.property_dict.storage) {
config = { config = {
"url": store.items.definition_dict.url, "url": app.storage_dict.property_dict.items.storage_list[0].url,
"type": "GET", "type": "GET",
"xhrFields": { "xhrFields": {
"withCredentials": true "withCredentials": true
......
{ {
"global_dict": { "global_dict": {
"connection_status": "Connection",
"login_status": "Login",
"sync_status": "Synchronized",
"about": "About", "about": "About",
"about_subtitle": "", "about_subtitle": "",
"first": "First", "first": "First",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment