Skip to content

Commit

Permalink
Selection criteria for licensed Dog List fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
conpassione committed Oct 20, 2024
1 parent f06c195 commit 048c8ce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Configuration/TypoScript/Setup/licensdoglist.typoscript
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tt_content.licensdoglist {
table = tx_cpkm_domain_model_pedigree
orderBy = p_name
pidInList.data = field : l_page
where = ((p_status = 1) OR (p_status = 2)) AND (p_sex = 1)
where = (p_status = 2) AND (p_sex = 1)
as = licdogs
dataProcessing.10 = files
dataProcessing.10 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<body>
<trans-unit id="title" resname="title">
<source>Licensed Dog List</source>
<target>Liste angekörter Rüden</target>
<target>Zuchtrüden</target>
</trans-unit>
<trans-unit id="description" resname="description">
<source>List of Board-members</source>
<target>Liste header Mitglieder</target>
<source>List of active licensed Dogs</source>
<target>List der aktiven Zuchtrüden</target>
</trans-unit>
<trans-unit id="header.label" resname="header.label">
<source>List Title</source>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<source>Licensed Dog List</source>
</trans-unit>
<trans-unit id="description" resname="description">
<source>List of Board-members</source>
<source>List of active licensed Dogs</source>
</trans-unit>
<trans-unit id="header.label" resname="header.label">
<source>List Title</source>
Expand Down

0 comments on commit 048c8ce

Please sign in to comment.