Deleting 'unconfirmed' status mislabels Open/My Open tabs
Moderator: SourceGear
Deleting 'unconfirmed' status mislabels Open/My Open tabs
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.
Version problem observed
Forgot to supply version:
SourceGear Dragnet
Version 1.0.4.1242
SourceGear Dragnet
Version 1.0.4.1242
That is a bug
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:
After that restart IIS.
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
SourceGear
Deleting the unconfirmed status no longer messes up the open
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!
-> 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
---------------------------
Peter Bijl
R&D ION Technology
Sparta B.V. Apeldoorn
The Netherlands
---------------------------