jira-integration: Avoid saving in startSyncWithJir

User should be able to do not save if he is not happy with the result of the
JIRA importation.

FEA: ItEr77S16JiraAndTimConnectorContributionIntegration
This commit is contained in:
Manuel Rego Casasnovas 2013-01-30 14:10:52 +01:00
parent 4ebff70afa
commit f3bec8193f

View file

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