tim-connector: Remove unneeded lines in _jiraOrderElementSync.zul and _timOrderTimesheetSync.zul
This is managed now at JiraSynchronizationController.showOrHideJiraEditWindow() and TimSynchronizationController.showOrHideTimEditWindow(). FEA: ItEr77S16JiraAndTimConnectorContributionIntegration
This commit is contained in:
parent
c7508fbfa3
commit
131941ea6f
2 changed files with 2 additions and 4 deletions
|
|
@ -18,8 +18,7 @@
|
|||
-->
|
||||
|
||||
<groupbox id="jiraGroupBox"
|
||||
style="margin-top: 5px" closable="false"
|
||||
visible="@{jiraSynchroniaztionController.jiraActivated}">
|
||||
style="margin-top: 5px" closable="false">
|
||||
<caption label="${i18n:_('Jira sync information')}" />
|
||||
<separator spacing="10px"/>
|
||||
<hbox width="100%">
|
||||
|
|
|
|||
|
|
@ -18,8 +18,7 @@
|
|||
-->
|
||||
|
||||
<groupbox id="timGroupBox"
|
||||
style="margin-top: 5px" closable="false"
|
||||
visible="@{timSynchronizationController.timActivated}">
|
||||
style="margin-top: 5px" closable="false">
|
||||
<caption label="${i18n:_('Tim sync information')}" />
|
||||
<separator spacing="10px"/>
|
||||
<hbox width="100%">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue