Closed
Bug 97502
Opened 23 years ago
Closed 23 years ago
LDAP server in prefs list of servers changes to "null".
Categories
(SeaMonkey :: MailNews: Address Book & Contacts, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.5
People
(Reporter: smeredith, Assigned: srilatha)
References
Details
(Whiteboard: PDT+)
Attachments
(3 files)
1.25 KB,
patch
|
Details | Diff | Splinter Review | |
1.20 KB,
patch
|
Details | Diff | Splinter Review | |
1.71 KB,
patch
|
mitesh
:
review+
sspitzer
:
superreview+
|
Details | Diff | Splinter Review |
From the "Addressing" prefs windows, press the "Edit Directories..." button.
Press "Add" and add a new server to the list. The values here don't matter.
Now press "Edit" for one of the existing servers in the list.
Press "Cancel" on the "Directory Server Properties" dialog which comes up.
The selected server in the list is changed to "null." It's properties are now gone.
Updated•23 years ago
|
Comment 3•23 years ago
|
||
nsbranch+ per pdt triage
appears to be data loss
Assignee | ||
Comment 4•23 years ago
|
||
OK I have a fix for this.
When a new directory is added gUpdate is set to true and we are not resetting it
to false. In editDirectory we are checking in gUpdate is true...
gUpdate should be true only if the user has clicked ok on the Directory
Server Properties dialog. The fix is to set gUpdate to false before we open
Directory Server Properties dialog.
Assignee | ||
Comment 5•23 years ago
|
||
Assignee | ||
Comment 7•23 years ago
|
||
From the "Addressing" prefs windows, press the "Edit Directories..." button.
select a server
then click on "Edit" and then click "Ok" in "Directory Server Properties"
Dialog.
Then click on "New" and then click "Cancel" in "Directory Server Properties"
Dialog.
a new server is added to the list of server with the same name as the one you
just edited.
Have a fix which fixes this too.
will post a new patch right away.
Assignee | ||
Comment 8•23 years ago
|
||
Assignee | ||
Comment 9•23 years ago
|
||
Assignee | ||
Comment 10•23 years ago
|
||
After discussing with Mitesh, we decided setting gUpdate to false in OnCancel is
a better solution. Thanks Mitesh
Mitesh please review.
Comment 11•23 years ago
|
||
Comment on attachment 50345 [details] [diff] [review]
path v3
sounds good
Attachment #50345 -
Flags: review+
Comment 12•23 years ago
|
||
Comment on attachment 50345 [details] [diff] [review]
path v3
sr=sspitzer
Attachment #50345 -
Flags: superreview+
Updated•23 years ago
|
Whiteboard: PDT
Assignee | ||
Comment 14•23 years ago
|
||
Fix checked into both trunk and branch.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 15•23 years ago
|
||
Verified with 20010925 0.9.4 builda on NT, Linux and MacOS 9.2.
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•