Commit a31d3ff6 authored by Sven Franck's avatar Sven Franck

start integrating state machine

parent 5354ad8e
......@@ -636,7 +636,7 @@
if (store.property_dict.storage) {
config = {
"url": store.items.definition_dict.url,
"url": app.storage_dict.property_dict.items.storage_list[0].url,
"type": "GET",
"xhrFields": {
"withCredentials": true
......@@ -730,7 +730,7 @@
if (store.property_dict.storage) {
config = {
"url": store.items.definition_dict.url,
"url": app.storage_dict.property_dict.items.storage_list[0].url,
"type": "GET",
"xhrFields": {
"withCredentials": true
......@@ -831,7 +831,7 @@
if (store.property_dict) {
config = {
"url": store.items.definition_dict.url,
"url": app.storage_dict.property_dict.items.storage_list[0].url,
"type": "GET",
"xhrFields": {
"withCredentials": true
......@@ -888,7 +888,7 @@
if (store.property_dict.storage) {
config = {
"url": store.items.definition_dict.url,
"url": app.storage_dict.property_dict.items.storage_list[0].url,
"type": "GET",
"xhrFields": {
"withCredentials": true
......@@ -945,7 +945,7 @@
if (store.property_dict.storage) {
config = {
"url": store.items.definition_dict.url,
"url": app.storage_dict.property_dict.items.storage_list[0].url,
"type": "GET",
"xhrFields": {
"withCredentials": true
......@@ -1003,7 +1003,7 @@
if (store.property_dict.storage) {
config = {
"url": store.items.definition_dict.url,
"url": app.storage_dict.property_dict.items.storage_list[0].url,
"type": "GET",
"xhrFields": {
"withCredentials": true
......
{
"global_dict": {
"connection_status": "Connection",
"login_status": "Login",
"sync_status": "Synchronized",
"about": "About",
"about_subtitle": "",
"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