View Issue Details

IDProjectCategoryView StatusLast Update
0000130SOGoWeb Address Bookpublic2009-09-14 12:56
Reporterludovic Assigned Touser4 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Versionnightly v2 
Summary0000130: "New List" on a shared address book
Description

When we try to do that, we get an error:

"An error occurred during object publishing

the requested object could not be found!"

We should not allow this operation.

TagsNo tags attached.

Activities

wsourdeau

wsourdeau

2009-09-11 21:18

viewer   ~0000119

Last edited: 2009-09-11 21:19

The condition must be inverted here...

--- UI/WebServerResources/ContactsUI.js 55fb0b5897aa17513c64ddb051495d11d8cc1f75
+++ UI/WebServerResources/ContactsUI.js ccd979e28b580fc6d6520731e3beaef4e0a77f31
@@ -527,6 +527,8 @@ function newList(sender) {
var li = $(Contact.currentAddressBook);
if (!li.hasClassName ("remote"))
openContactWindow(URLForFolderID(Contact.currentAddressBook) + "/newlist");

  • else
  • alert (clabels["You cannot create a list in a shared address book."]);
    return false;
    }

Issue History

Date Modified Username Field Change
2009-09-02 18:49 ludovic New Issue
2009-09-11 19:49 user4 Status new => assigned
2009-09-11 19:49 user4 Assigned To => user4
2009-09-11 19:49 user4 Status assigned => resolved
2009-09-11 19:49 user4 Resolution open => fixed
2009-09-11 21:18 wsourdeau Note Added: 0000119
2009-09-11 21:18 wsourdeau Status resolved => assigned
2009-09-11 21:19 wsourdeau Note Edited: 0000119
2009-09-14 12:56 user4 Status assigned => resolved