Skip to content
Snippets Groups Projects
Commit 802f1266 authored by Fabio Stegmeyer's avatar Fabio Stegmeyer
Browse files

Merge branch 'bugfix_list_by_category_when_no_cat_selected' into 'master'

[TASK] Make category selection mandatory in ListByCategory plugin

See merge request !27
parents 6d03b8d6 9366d232
No related branches found
Tags 4.6.3
1 merge request!27[TASK] Make category selection mandatory in ListByCategory plugin
......@@ -31,6 +31,7 @@
<type>select</type>
<renderType>selectMultipleSideBySide</renderType>
<size>5</size>
<minitems>1</minitems>
<maxitems>99</maxitems>
<foreign_table>pages</foreign_table>
<foreign_table_where>AND pages.sys_language_uid IN (-1, 0) AND pages.doktype = 117 ORDER BY pages.title</foreign_table_where>
......
......@@ -158,8 +158,8 @@
<target><![CDATA[Kategorien]]></target>
</trans-unit>
<trans-unit id="plugin.listByCategory.flexForm.categories.description" approved="yes">
<source><![CDATA[If none are selected, only news subpages of the current page are taken into account. If more than one category is selected the pagination breaks so you need to make sure to set the news limit high enough to display all news on one page.]]></source>
<target><![CDATA[Falls keine ausgewählt werden, werden nur News-Unterseiten der aktuellen Seite beachtet. Falls mehr als eine Kategorie ausgewählt ist, bricht die Paginierung, deshalb muss sichergestellt werden, dass das Anzeigelimit ausreichend hoch eingestellt ist, dass alle News auf einer Seite angezeigt werden.]]></target>
<source><![CDATA[If more than one category is selected the pagination breaks so you need to make sure to set the news limit high enough to display all news on one page.]]></source>
<target><![CDATA[Falls mehr als eine Kategorie ausgewählt ist, bricht die Paginierung, deshalb muss sichergestellt werden, dass das Anzeigelimit ausreichend hoch eingestellt ist, dass alle News auf einer Seite angezeigt werden.]]></target>
</trans-unit>
<trans-unit id="plugin.listByCategory.flexForm.newsLimitPerPage" approved="yes">
<source><![CDATA[News Limit per Page]]></source>
......@@ -235,4 +235,4 @@
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
</xliff>
......@@ -121,7 +121,7 @@
<source><![CDATA[Categories]]></source>
</trans-unit>
<trans-unit id="plugin.listByCategory.flexForm.categories.description">
<source><![CDATA[If none are selected, only news subpages of the current page are taken into account. If more than one category is selected the pagination breaks so you need to make sure to set the news limit high enough to display all news on one page.]]></source>
<source><![CDATA[If more than one category is selected the pagination breaks so you need to make sure to set the news limit high enough to display all news on one page.]]></source>
</trans-unit>
<trans-unit id="plugin.listByCategory.flexForm.newsLimitPerPage">
<source><![CDATA[News Limit per Page]]></source>
......@@ -179,4 +179,4 @@
</trans-unit>
</body>
</file>
</xliff>
\ No newline at end of file
</xliff>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment