Revert "jira-integration: Avoid saving in startSyncWithJir"

This reverts commit f3bec8193f.

Because of it was causing some issues:
* The WBS was not loaded properly after synchronization
* WorkReports cannot be saved as the order elements where not saved yet

FEA: ItEr77S16JiraAndTimConnectorContributionIntegration
This commit is contained in:
Manuel Rego Casasnovas 2013-01-31 08:26:19 +01:00
parent 4cd0afc504
commit 72c2d0dc1b

View file

@ -1739,6 +1739,7 @@ public class OrderCRUDController extends GenericForwardComposer {
jiraOrderElementSynchronizer.syncOrderElementsWithJiraIssues(issues,
order);
saveAndContinue(false);
if (jirasyncPopup != null) {
jirasyncPopup.close();
}