# HG changeset patch # User Paul Boddie # Date 1295567495 -3600 # Node ID 949356c44be953e1446733c32ba2af5e52991168 # Parent 4e71b4b6afb641c3451608c22456fbc1f1d1bfc6 Added the resolution of the summary as state stored in the action form. diff -r 4e71b4b6afb6 -r 949356c44be9 actions/EventAggregatorSummary.py --- a/actions/EventAggregatorSummary.py Tue Jan 18 01:48:12 2011 +0100 +++ b/actions/EventAggregatorSummary.py Fri Jan 21 00:51:35 2011 +0100 @@ -114,9 +114,11 @@ "format_list" : "\n".join(format_list), "parent_label" : _("Parent page"), "parent_name" : form.get("parent", [""])[0], + "resolution" : resolution, } return ''' +