subhh / libconnect

Diese TYPO3-Extension ist von Avonis im Auftrag der Staats- und Universitaetsbibliothek Hamburg entwickelt worden. Mit ihr lassen sich Ergebnisse aus den Informationssystemen EZB und DBIS der Universitaet Regensburg direkt in das TYPO3-System einbinden.
GNU General Public License v2.0
8 stars 8 forks source link

Task: Remove strlen ViewHelper #19

Closed christophlehmann closed 2 years ago

christophlehmann commented 3 years ago

The ViewHelper is used to check if a string is not empty. This could be achieved by a simple fluid if condition:

<f:if condition="{mystring}"></f:if>

percolatorWitt commented 2 years ago

I removed the strlen view helper.