Menu

#66 MSPDIReader is not setting calendarName in projectHeader

closed-fixed
Jon Iles
None
5
2008-10-30
2008-09-08
patogalvan
No

MSPDIReader is not setting default calendar name in project header.

I temporarily added the following lines to the read method after all the reads are done:

ProjectCalendar default = calendarMap.get(project.getCalendarUID());

if (default != null)
{
m_projectFile.getProjectHeader().setCalendarName(default.getName());
}

Thanks for such a nice library!

Discussion

  • Jon Iles

    Jon Iles - 2008-09-14
    • assigned_to: nobody --> joniles
     
  • Jon Iles

    Jon Iles - 2008-10-30

    Hi,

    this is now fixed by the code in CVS.

    Jon

     
  • Jon Iles

    Jon Iles - 2008-10-30
    • status: open --> closed-fixed
     

Log in to post a comment.