Planned End Date on the Project Task reverts to the same day as the Planned Start DateIssue When creating a new Project Task, the Planned Start and Planned End dates revert to be on the same day when saving the record. ReleaseNew YorkCauseThe field "Planned Duration" field was not present on the Project_Form.The Client Script "Calculate Duration From End Date" calculates the End Date based on the Planned Duration, as the Planned Duration field was hidden, it was not calculating the End Date correctly.Default Value for Planned_Duration is "01 00:00:00" so the DB is taking the Default Value as "1" as the Planned Duration field was hidden.ResolutionConfigure and bring the "Planned Duration" field on the Project_Form.