public
Description: Travis Vachon's clone of the Cosmo Subversion tree
Homepage: http://chandlerproject.org
Clone URL: git://github.com/travis/cosmo.git
Bug 12194: creating free busy ticket using account browser ui results in 
error.

git-svn-id: svn+ssh://svn.osafoundation.org/svn/server/cosmo/trunk@7233 
5fd0b11a-f2f7-0310-948e-c8f80ebed640
travis (author)
Tue Jul 08 16:29:59 -0700 2008
commit  fca76126273234ae880a6a693e4dff6a989d4b61
tree    f984f64e7f0d121f3fc68155b7c8cbc8dc03c09c
parent  7047f01a9825544bd0e01dd5cc1a466066c3894c
...
44
45
46
47
 
48
49
50
...
56
57
58
59
 
 
60
61
62
...
44
45
46
 
47
48
49
50
...
56
57
58
 
59
60
61
62
63
0
@@ -44,7 +44,7 @@ dojo.declare("cosmo.ui.widget.TicketWidget", [dijit._Widget, dijit._Templated],
0
 
0
     privDict: {'ro': '<D:read/>',
0
             'rw': '<D:read/><D:write/>',
0
- 'fb': '<D:freebusy/>'},
0
+ 'fb': '<C:read-free-busy/>'},
0
 
0
     constructor: function(){
0
         this.l10n = dojo.i18n.getLocalization("cosmo.ui.widget", "TicketWidget");
0
@@ -56,7 +56,8 @@ dojo.declare("cosmo.ui.widget.TicketWidget", [dijit._Widget, dijit._Templated],
0
             var timeout = values.timeout;
0
             timeout = timeout? "Second-" + timeout: "Infinite";
0
             var content = ['<?xml version="1.0" encoding="utf-8" ?>',
0
- '<ticket:ticketinfo xmlns:D="DAV:" ',
0
+ '<ticket:ticketinfo xmlns:D="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav" ',
0
+
0
                 'xmlns:ticket="http://www.xythos.com/namespaces/StorageServer">',
0
                 '<D:privilege>', this.privDict[values.privileges], '</D:privilege>',
0
                 '<ticket:timeout>', timeout, '</ticket:timeout>',

Comments

    No one has commented yet.