View Issue Details

IDProjectCategoryView StatusLast Update
0001566JEDI VCSClient (Gui)public2010-01-24 14:17
ReporterUSchusterAssigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version 
Target VersionFixed in Version2.40 Stable (Client) 
Summary0001566: disabled project admin for new application in IDE Client
Description(reported by Arnd Iffland in newsgroup)
disabled project admin for new application in IDE Client
Steps To ReproduceOpen a VCS project and start the project admin.
Now close the project in the IDE (Close all) and start a new application (New->Application).
Save the new application (Save all) and try to open the project admin.
Additional InformationThe problem is that sCurrenProject in TJVCSClient.CheckCurrentProject is empty.

possible fix
procedure TJVCSClient.CheckCurrentProject;
...
    // Send Notify messages - disconnected *********************************
    if (sCurrentProject <> '') then // NEW
    begin // NEW
      ...
    end // NEW
    else // NEW
        sProjectName := ActiveProject; // NEW
TagsNo tags attached.
Fix in JVCS version
Releasedocumentationhistory

Relationships

related to 0001704 closedTHuber IDE version sees deleted projects 

Activities

THuber

2010-01-24 14:17

developer   ~0017148

fixed together with 0001704

Issue History

Date Modified Username Field Change
2004-04-03 02:20 USchuster New Issue
2004-05-15 09:37 USchuster Status new => confirmed
2010-01-24 14:17 THuber Relationship added related to 0001704
2010-01-24 14:17 THuber Releasedocumentation => history
2010-01-24 14:17 THuber Note Added: 0017148
2010-01-24 14:17 THuber Status confirmed => closed
2010-01-24 14:17 THuber Resolution open => fixed
2010-01-24 14:17 THuber Fixed in Version => 2.40 Stable (Client)