jira-integration: Remove event from syncWithJira as it's not used
FEA: ItEr77S16JiraAndTimConnectorContributionIntegration
This commit is contained in:
parent
72ada7c634
commit
4ebff70afa
2 changed files with 2 additions and 2 deletions
|
|
@ -1707,7 +1707,7 @@ public class OrderCRUDController extends GenericForwardComposer {
|
|||
.getJiraConfiguration().isJiraActivated();
|
||||
}
|
||||
|
||||
public void syncWithJira(Event event) {
|
||||
public void syncWithJira() {
|
||||
|
||||
List<String> items = jiraOrderElementSynchronizer.getAllJiraLabels();
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue