Commit f99ea0c3 authored by Romain Courteaud's avatar Romain Courteaud

erp5_credential: add compatibility with Notification Message usage in erp5_crm

parent a47b421b
......@@ -2,4 +2,9 @@
bug #1998 ('TextDocument should not required a substitution method')
is fixed'''
return mapping_dict
result = kw
if mapping_dict is not None:
result.update(mapping_dict)
return result
......@@ -50,7 +50,7 @@
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>mapping_dict=None</string> </value>
<value> <string>mapping_dict=None, **kw</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
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