[Chandler-dev] Re: [commits] (john) [16178] fix bug #8775: Context
menus not enabled when dashboard collection is empty r=stearns
D John Anderson
john at osafoundation.org
Fri Jan 4 13:54:32 PST 2008
Opps, this was bug #8755 not #8775.
On Jan 4, 2008, at 1:45 PM, commits at osafoundation.org wrote:
> Revision
> 16178
> Author
> john
> Date
> 2008-01-04 13:45:02 -0800 (Fri, 04 Jan 2008)
> Log Message
>
> fix bug #8775: Context menus not enabled when dashboard collection
> is empty r=stearns
> Modified Paths
>
> trunk/chandler/application/Utility.py
> trunk/chandler/parcels/osaf/views/main/summaryblocks.py
> Diff
>
> Modified: trunk/chandler/application/Utility.py (16177 => 16178)
>
> --- trunk/chandler/application/Utility.py 2008-01-04 21:18:31 UTC
> (rev 16177)
> +++ trunk/chandler/application/Utility.py 2008-01-04 21:45:02 UTC
> (rev 16178)
> @@ -34,7 +34,7 @@
> # with your name (and some helpful text). The comment's really
> there just to
> # cause Subversion to warn you of a conflict when you update, in
> case someone
> # else changes it at the same time you do (that's why it's on the
> same line).
> -SCHEMA_VERSION = "471" # john: bug #11616. Use menu block so script
> recording/playback works
> +SCHEMA_VERSION = "472" # john: Added context menu to empty summary
> view
>
> logger = None # initialized in initLogging()
>
> Modified: trunk/chandler/parcels/osaf/views/main/summaryblocks.py
> (16177 => 16178)
>
> --- trunk/chandler/parcels/osaf/views/main/summaryblocks.py
> 2008-01-04 21:18:31 UTC (rev 16177)
> +++ trunk/chandler/parcels/osaf/views/main/summaryblocks.py
> 2008-01-04 21:45:02 UTC (rev 16178)
> @@ -753,6 +753,7 @@
> HTML.template('SummaryEmptyDashBoardView',
> text =
> u'<html><body><center> <br> <br>%s</center></body></html>'
> % _(u'0 items'),
> treatAsURL = False,
> + contextMenu = "ItemContextMenu",
> emptyContentsShow = True)
> ]
> ),
>
> _______________________________________________
> Commits mailing list
> Commits at osafoundation.org
> http://lists.osafoundation.org/mailman/listinfo/commits
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osafoundation.org/pipermail/chandler-dev/attachments/20080104/66367158/attachment.htm
More information about the chandler-dev
mailing list