jira-integration: Remove event from syncWithJira as it's not used

FEA: ItEr77S16JiraAndTimConnectorContributionIntegration
This commit is contained in:
Manuel Rego Casasnovas 2013-01-30 14:08:57 +01:00
parent 72ada7c634
commit 4ebff70afa
2 changed files with 2 additions and 2 deletions

View file

@ -1707,7 +1707,7 @@ public class OrderCRUDController extends GenericForwardComposer {
.getJiraConfiguration().isJiraActivated();
}
public void syncWithJira(Event event) {
public void syncWithJira() {
List<String> items = jiraOrderElementSynchronizer.getAllJiraLabels();

View file

@ -299,7 +299,7 @@
<textbox id="txtImportedLabel" value="@{controller.order.importedLabel}"
width="350px" disabled="true"/>
<button label="${i18n:_('Sync with JIRA')}" id="syncWithJiraButton" disabled="@{controller.jiraDeactivated}"
onClick="controller.syncWithJira(event)" />
onClick="controller.syncWithJira()" />
</hbox>
</row>
</rows>