Commit 17c1f57e authored by Sven Franck's avatar Sven Franck

added url identifier "_id" to route from ALLDOCS to GET

parent 32f7eef1
......@@ -6,6 +6,7 @@
"form": true,
"id": "install_release",
"property_dict": {
"initial_query_url_identifier": "_id",
"dynamic_children": [1],
"requires_authentication": true,
"depends_on": "login_state"
......
......@@ -5,6 +5,7 @@
"form": true,
"id": "service_connection",
"property_dict": {
"initial_query_url_identifier": "_id",
"dynamic_children": [1],
"wrap_gadget": 2,
"layout": {
......
......@@ -5,6 +5,7 @@
"form": true,
"id": "service_instance_overview",
"property_dict": {
"initial_query_url_identifier": "_id",
"dynamic_children": [0],
"requires_authentication": true,
"depends_on": "login_state"
......
......@@ -5,6 +5,7 @@
"form": true,
"id": "service_statusbox",
"property_dict": {
"initial_query_url_identifier": "_id",
"dynamic_children": [1],
"wrap_gadget": 2,
"submit_to": "#services",
......
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