Skip to content

Commit

Permalink
Field importThirdPartyProvider renamed to importThirdPartyRecords.
Browse files Browse the repository at this point in the history
  • Loading branch information
eki89 committed Feb 26, 2020
1 parent 612fa30 commit e08ab84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/contao/dca/tl_interface.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
);

// Add palettes
$GLOBALS['TL_DCA']['tl_interface']['palettes']['wib'] = '{title_legend},title,type;{oi_field_legend},provider,anbieternr,uniqueField,importPath,filesPath,filesPathContactPerson;{related_records_legend},contactPersonActions,contactPersonUniqueField,importThirdPartyProvider;{sync_legend},autoSync,deleteFilesOlderThen;{expert_legend:hide},wibSyncUrl';
$GLOBALS['TL_DCA']['tl_interface']['palettes']['wib'] = '{title_legend},title,type;{oi_field_legend},provider,anbieternr,uniqueField,importPath,filesPath,filesPathContactPerson;{related_records_legend},contactPersonActions,contactPersonUniqueField,importThirdPartyRecords;{sync_legend},autoSync,deleteFilesOlderThen;{expert_legend:hide},wibSyncUrl';
}
4 changes: 4 additions & 0 deletions src/Resources/contao/languages/de/tl_interface.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<source>URL of the WIB interface for the real estate import.</source>
<target>URL zur WIB Live-Schnittstelle für den Immobilien-Import.</target>
</trans-unit>
<trans-unit id="tl_interface.wib">
<source>WIB</source>
<target>WIB</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit e08ab84

Please sign in to comment.