Git Product home page Git Product logo

Comments (3)

dwenzel avatar dwenzel commented on July 16, 2024

Do you mean the order in the field 'performances' of table tx_t3events_domain_model_event?

AFAIK it is not possible to configure this. They are displayed in the order of creation per default. There might be a way to achive this using the foreign_sortby [1] or foreign_default_sortby [2] option.

You may also add a sorting field and set [...]['appearance']['useSortable'] => true (sort manually).

Please give it a try in a feature branch.

(Consider this hint from TCA reference: "If you use the table only as an inline element, do not put the sortby field in the ctrl section, otherwise TYPO3 CMS will sort the entire table with every update. For example, if you have 10000 records, each with 4 inline elements, TYPO3 CMS will sort 40000 records even if only 4 must be sorted." )

[1] https://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Inline/Index.html#foreign-sortby
[2] https://docs.typo3.org/typo3cms/TCAReference/Reference/Columns/Inline/Index.html#foreign-default-sortby

from t3events.

minapok avatar minapok commented on July 16, 2024

Sorry, I meant the sorting order of performances in the frontend (list view).

The plugin settings are:

  • Performances > List/Detail
  • Sort by: Date

I noticed the PerformanceController checks the field "performances.date", but it does not check the content of the field "performances.begin". So if there are several performances at the same day with different beginnings they will not get sorted by time.

from t3events.

dwenzel avatar dwenzel commented on July 16, 2024

done

from t3events.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.