Opps, this was bug #8755 not #8775.

On Jan 4, 2008, at 1:45 PM, [EMAIL PROTECTED] 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>&nbsp;<br>&nbsp;<br>%s</center></body></html>' % _(u'0 items'),
                         treatAsURL = False,
+                        contextMenu = "ItemContextMenu",
                         emptyContentsShow = True)
                 ]
             ),

_______________________________________________
Commits mailing list
[EMAIL PROTECTED]
http://lists.osafoundation.org/mailman/listinfo/commits

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev

Reply via email to