Commit 69a8acfe authored by Jérome Perrin's avatar Jérome Perrin

dms: support Items as follow up of documents

parent 7f1069e0
Pipeline #21747 failed with stage
in 0 seconds
...@@ -212,7 +212,7 @@ ...@@ -212,7 +212,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string>python: map(lambda x: [x,x], here.getPortalNodeTypeList() + here.getPortalProjectTypeList() + here.getPortalOrderTypeList() + here.getPortalTicketTypeList() + here.getPortalDeliveryTypeList() + here.getPortalResourceTypeList())</string> </value> <value> <string>python: [(x, x) for x in (here.getPortalNodeTypeList() + here.getPortalProjectTypeList() + here.getPortalOrderTypeList() + here.getPortalTicketTypeList() + here.getPortalDeliveryTypeList() + here.getPortalResourceTypeList() + here.getPortalItemTypeList())]</string> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </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