job000528

norman_morse (Norman Morse)
Norman Morse created this job , modified by Perforce maintenance
Open
FileIntegrationRecord is incorrectly parsing the IntegrateAction from tagged output.

A local variable is "shadowing" the class variable, so the IntegrateAction is always stored as the default "BranchFrom"

Changing the code at line 186 of FileIntegrationRecord.cs fixes the issue.

if (obj.ContainsKey("how"))
{
         StringEnum<IntegrateAction> seHow = obj["how"];
         How = seHow;
}
  • Details
  • Comments -
Status
Open
Project
perforce-software-p4api-net
Severity
A
Reported By
Norman Morse
Reported Date
Modified By
Perforce maintenance
Modified Date
Owned By
norman_morse
Type
Bug