listview - Typo3 BE list_view creation? -
i need make new list out of existing 1 without loosing connection.
lets have entry set of "cats", somehow need produce list "cats" have flag "red". need list "cats" within page tree not in same folder. love way, simple user suspect there doing me. how can create "red cat" lists in typo3 be?
thanks!
the single table view lets sort property. not enough not filtered list , display records single pid (the 1 have selected in page tree).
your best option create extension backend module. add list action controller , query against repository cats stored. remember set default query settings correctly not respect pid or record (respectstoragepid).
also, default location of backend templates might buggy generated extension builder (if decide use that).
Comments
Post a Comment