Commit f834e6fc authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_web: Don't RSS by state, let the RSS reader handle it

parent 3c903db2
......@@ -51,8 +51,8 @@
<item>
<key> <string>_body</string> </key>
<value> <string>portal = context.getPortalObject()\n
kw[\'portal_type\'] = ["Support Request", "Regularisation Request"]\n
kw[\'simulation_state\'] = [\'validated\',\'submitted\']\n
kw[\'portal_type\'] = ["Support Request", "Regularisation Request", "Upgrader Decision"]\n
\n
\n
person = portal.ERP5Site_getAuthenticatedMemberPersonValue()\n
if person:\n
......
63
\ No newline at end of file
64
\ No newline at end of file
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