Commit ed144436 authored by Yusei Tahara's avatar Yusei Tahara

Fix Base_resetListSetting. It did not work with "Set List Setting" dialog. Now...

Fix Base_resetListSetting. It did not work with "Set List Setting" dialog. Now it accepts any parameters.
parent ce5ad74b
......@@ -63,7 +63,7 @@ return context.Base_redirect(form_id, keep_items=dict(\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>form_id, selection_name</string> </value>
<value> <string>form_id, selection_name, *args, **kw</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
2011-10-25 yusei
* Fix Base_resetListSetting. It did not work with "Set List Setting" dialog. Now it accepts any parameters.
2011-06-23 yusei
* Add an action to call alarm.activeSense() for developer.
......
40979
\ No newline at end of file
40980
\ 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