# HG changeset patch # User Goffi # Date 1448223863 -3600 # Node ID f1da3a8d08ced905c02257298d6e04adcef97fc3 # Parent 98a2eb768bb0edfa90022edb5b51f49545730420 core (xmlui): fixed security_limit in deferXMLUI diff -r 98a2eb768bb0 -r f1da3a8d08ce src/tools/xml_tools.py --- a/src/tools/xml_tools.py Sun Nov 22 21:23:14 2015 +0100 +++ b/src/tools/xml_tools.py Sun Nov 22 21:24:23 2015 +0100 @@ -1271,7 +1271,7 @@ action_data = {'xmlui': xmlui.toXml()} if action_extra is not None: action_data.update(action_extra) - host.actionNew(action_data, keep_id=xmlui.submit_id, profile=profile) + host.actionNew(action_data, security_limit=security_limit, keep_id=xmlui.submit_id, profile=profile) return xmlui_d def deferDialog(host, message, title=u'Please confirm', type_=C.XMLUI_DIALOG_CONFIRM, options=None,