itx-informationssysteme / jobapplications

This TYPO3 extension enables you to manage job postings, provides you with an application form and a backend module to manage incoming applications.
https://extensions.typo3.org/extension/jobapplications/
Other
7 stars 10 forks source link

Selecting a filter does not constitute a corresponding adjustment/addition to a posting data record after deleting the frontend cache #134

Open zenoussi opened 9 months ago

zenoussi commented 9 months ago
  1. filling in the [division] field in the posting data record
  2. flush frontend caches of the page for the list display or all pages
  3. the addition/change is not taken into account in the "Division" filter of the list display
  4. flush all caches
  5. the addition/change is now displayed

Greetings Ulli

ghost commented 9 months ago

Yes the behaviour is considered normal, because the filter options are being cached, so they don't have to be fetched for every filter request.

We could think about a hook that automatically clears the cache based on some cache tag, but this is not a priority for us right now.