Commit e340082b authored by Romain Courteaud's avatar Romain Courteaud

slapos_panel: SoftwareInstallation_getNewsDict has been dropped

parent 514c9520
......@@ -115,7 +115,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(\'portal_type\', cell.getPortalType()), (\'jio_key\', cell.getRelativeUrl()), (\'result\', cell.SoftwareInstallation_getNewsDict())]</string> </value>
<value> <string>python: [(\'portal_type\', cell.getPortalType()), (\'jio_key\', cell.getRelativeUrl()), (\'result\', cell.getAccessStatus())]</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -124,7 +124,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>python: [(\'portal_type\', context.getPortalType()), (\'jio_key\', context.getRelativeUrl()), (\'result\', context.SoftwareInstallation_getNewsDict())]</string> </value>
<value> <string>python: [(\'portal_type\', context.getPortalType()), (\'jio_key\', context.getRelativeUrl()), (\'result\', context.getAccessStatus())]</string> </value>
</item>
</dictionary>
</pickle>
......
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