Deleting 'unconfirmed' status mislabels Open/My Open tabs

If you are having a problem using Dragnet, post a message here.

Moderator: SourceGear

Locked
Randy

Deleting 'unconfirmed' status mislabels Open/My Open tabs

Post by Randy » Wed Oct 05, 2005 9:41 am

The tabs under the Open/My Open area are labelled "Open" and "Completed" matching their associated status field names. If I delete the "Unconfirmed" status, the tab labels incorrectly change to "Completed" and "Verified". The tab labels seem to be pointing to the 2nd and 3rd entries of the Statuses instead of making an absolute reference to the "Open" and "Completed" database entries.

ristincr
Posts: 8
Joined: Wed Oct 05, 2005 9:23 am
Location: West Chester, PA
Contact:

Version problem observed

Post by ristincr » Wed Oct 05, 2005 9:46 am

Forgot to supply version:

SourceGear Dragnet
Version 1.0.4.1242

mskrobul
Posts: 490
Joined: Wed Jan 14, 2004 10:22 am
Location: SourceGear
Contact:

Post by mskrobul » Wed Oct 05, 2005 2:52 pm

That is a bug :oops:

I have logged it to be fixed in the next release.

Thanks for the report.

In the meantime, you will need to restore the unconfirmed value back in the database to get the tabs to look right again. To do this run the following in SQL:

Code: Select all

update sgdragnet.dbo.itemstatuses set status = 1 where statusid = 1

After that restart IIS.
Mary Jo Skrobul
SourceGear

Peter
Posts: 5
Joined: Wed Jun 21, 2006 6:07 am
Location: Apeldoorn
Contact:

Deleting the unconfirmed status no longer messes up the open

Post by Peter » Wed May 02, 2007 7:17 am

In the release notes of version Dragnet 1.0.5 stands that this bugs is fixed:
-> Deleting the unconfirmed status no longer messes up the open and my open tabbed display.

But we use version 1.0.7 and the bug still exists!

:?:
---------------------------
Peter Bijl
R&D ION Technology
Sparta B.V. Apeldoorn
The Netherlands
---------------------------

Locked