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 @@
"link": true,
"link_identifier": "_id",
"editable": null,
"sortable": true,
"caption": {
"slot": 2,
"text": "Created Servers",
......@@ -36,7 +35,7 @@
"position": "header",
"fieldlist": [
{"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": "translated_validation_state_title", "show": "true", "priority": 4}
]
......@@ -45,7 +44,7 @@
"position": "body",
"fieldlist": [
{"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": "translated_validation_state_title", "show": "true", "priority": 4}
]
......
......@@ -14,7 +14,6 @@
"dynamic_children": [0],
"requires_authentication": true,
"wrap_gadget": 2,
"sortable": true,
"mergeable": true,
"action_menu": true,
"caption": {
......@@ -36,7 +35,7 @@
{
"position": "header",
"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": "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},
......@@ -46,7 +45,7 @@
{
"position": "body",
"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": "price_currency", "show": "true", "priority": 4, "merge": "total_price"},
{"field": "translated_simulation_state_title", "show":"true", "priority": 5},
......
......@@ -15,7 +15,6 @@
"link": true,
"link_identifier": "_id",
"editable": null,
"sortable": true,
"caption": {
"slot": 1,
"text": "Current Tickets",
......@@ -36,7 +35,7 @@
"position": "header",
"fieldlist": [
{"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}
]
},
......@@ -44,7 +43,7 @@
"position": "body",
"fieldlist": [
{"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}
]
}
......
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