Skip to content

Commit fcba45f

Browse files
[BUGFIX] Remove default condition "Flowpack.SearchPlugin:SingleResult"
The condition for the case "Flowpack.SearchPlugin:SingleResult" have an error that it always returned as TRUE.
1 parent 895fe20 commit fcba45f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Resources/Private/TypoScript/ResultRendering.ts2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ prototype(Flowpack.SearchPlugin:SingleResult) < prototype(TYPO3.TypoScript:Case)
33
condition = Flowpack.SearchPlugin:CanRender {
44
type = ${node.nodeType.name + 'SearchResult'}
55
}
6-
condition = TRUE
76
type = ${node.nodeType.name + 'SearchResult'}
87
}
98

0 commit comments

Comments
 (0)