Commit 1aa79918 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio: Do not display "Open" tickets on the frontpage

   Open tickets have to be handled by Administrators, and not by the user, only suspended tickets or confirmed upgrade decisions should be displayed on the front page, as it is duty of the user respond them.
parent 32e15143
......@@ -302,7 +302,7 @@
"lines": lines_limit,
"list_method": "portal_catalog",
"query": "urn:jio:allDocs?query=portal_type%3A%20%28%22Support%20Request%22%2C%20%22Upgrade%20Decision%22%2C%20%22Regularisation%20Request%22%29%20AND%20" +
"destination_decision_reference%3A" + gadget.me_dict.reference + "%20AND%20simulation_state%3A%20%28%22suspended%22%2C%20%22validated%22%2C%20%22confirmed%22%29",
"destination_decision_reference%3A" + gadget.me_dict.reference + "%20AND%20simulation_state%3A%20%28%22suspended%22%2C%20%22confirmed%22%29",
"portal_type": [],
"search_column_list": column_list,
"sort_column_list": column_list,
......
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