Commit eacca5c1 authored by Sven Franck's avatar Sven Franck

removed sorting, not supported by ERP5 storage as of now

parent b5a23b97
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
"link": true, "link": true,
"link_identifier": "_id", "link_identifier": "_id",
"editable": null, "editable": null,
"sortable": true,
"caption": { "caption": {
"slot": 2, "slot": 2,
"text": "Created Servers", "text": "Created Servers",
...@@ -36,7 +35,7 @@ ...@@ -36,7 +35,7 @@
"position": "header", "position": "header",
"fieldlist": [ "fieldlist": [
{"custom": true, "text": "Status", "text_i18n": "portal_type_dict.computer_dict.text_dict.status", "show": true, "priority": 1}, {"custom": true, "text": "Status", "text_i18n": "portal_type_dict.computer_dict.text_dict.status", "show": true, "priority": 1},
{"field": "title", "show": true, "priority": 1, "sort": true}, {"field": "title", "show": true, "priority": 1},
{"field": "reference", "show": true, "priority": 4}, {"field": "reference", "show": true, "priority": 4},
{"field": "translated_validation_state_title", "show": "true", "priority": 4} {"field": "translated_validation_state_title", "show": "true", "priority": 4}
] ]
...@@ -45,7 +44,7 @@ ...@@ -45,7 +44,7 @@
"position": "body", "position": "body",
"fieldlist": [ "fieldlist": [
{"custom": true, "show": true, "priority": 1, "status": true}, {"custom": true, "show": true, "priority": 1, "status": true},
{"field": "title", "show": true, "priority": 1, "sort": true}, {"field": "title", "show": true, "priority": 1},
{"field": "reference", "show": true, "priority": 4}, {"field": "reference", "show": true, "priority": 4},
{"field": "translated_validation_state_title", "show": "true", "priority": 4} {"field": "translated_validation_state_title", "show": "true", "priority": 4}
] ]
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
"dynamic_children": [0], "dynamic_children": [0],
"requires_authentication": true, "requires_authentication": true,
"wrap_gadget": 2, "wrap_gadget": 2,
"sortable": true,
"mergeable": true, "mergeable": true,
"action_menu": true, "action_menu": true,
"caption": { "caption": {
...@@ -36,7 +35,7 @@ ...@@ -36,7 +35,7 @@
{ {
"position": "header", "position": "header",
"fieldlist": [ "fieldlist": [
{"field": "date", "show": true, "priority": 1, "sort":true}, {"field": "date", "show": true, "priority": 1},
{"field": "total_price", "show": true, "persist": true, "sort":false}, {"field": "total_price", "show": true, "persist": true, "sort":false},
{"field": "price_currency", "show": "true", "priority": 4, "merge": "total_price", "merger_text": "Total Price", "merger_i18n": "portal_type_dict.invoice_dict.fieldlist.total_price.title"}, {"field": "price_currency", "show": "true", "priority": 4, "merge": "total_price", "merger_text": "Total Price", "merger_i18n": "portal_type_dict.invoice_dict.fieldlist.total_price.title"},
{"field": "translated_simulation_state_title", "show":"true", "priority": 5}, {"field": "translated_simulation_state_title", "show":"true", "priority": 5},
...@@ -46,7 +45,7 @@ ...@@ -46,7 +45,7 @@
{ {
"position": "body", "position": "body",
"fieldlist": [ "fieldlist": [
{"field": "date", "show": true, "priority": 1, "sort":true}, {"field": "date", "show": true, "priority": 1},
{"field": "total_price", "show": true, "persist": true, "sort":false}, {"field": "total_price", "show": true, "persist": true, "sort":false},
{"field": "price_currency", "show": "true", "priority": 4, "merge": "total_price"}, {"field": "price_currency", "show": "true", "priority": 4, "merge": "total_price"},
{"field": "translated_simulation_state_title", "show":"true", "priority": 5}, {"field": "translated_simulation_state_title", "show":"true", "priority": 5},
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
"link": true, "link": true,
"link_identifier": "_id", "link_identifier": "_id",
"editable": null, "editable": null,
"sortable": true,
"caption": { "caption": {
"slot": 1, "slot": 1,
"text": "Current Tickets", "text": "Current Tickets",
...@@ -36,7 +35,7 @@ ...@@ -36,7 +35,7 @@
"position": "header", "position": "header",
"fieldlist": [ "fieldlist": [
{"field": "reference", "show": true, "priority": 4}, {"field": "reference", "show": true, "priority": 4},
{"field": "title", "show": true, "priority": 1, "sort": true}, {"field": "title", "show": true, "priority": 1},
{"field": "translated_validation_state_title", "show": "true", "priority": 4} {"field": "translated_validation_state_title", "show": "true", "priority": 4}
] ]
}, },
...@@ -44,7 +43,7 @@ ...@@ -44,7 +43,7 @@
"position": "body", "position": "body",
"fieldlist": [ "fieldlist": [
{"field": "reference", "show": true, "priority": 4}, {"field": "reference", "show": true, "priority": 4},
{"field": "title", "show": true, "priority": 1, "sort": true}, {"field": "title", "show": true, "priority": 1},
{"field": "translated_validation_state_title", "show": "true", "priority": 4} {"field": "translated_validation_state_title", "show": "true", "priority": 4}
] ]
} }
......
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