Refonte visuelle de la liste des articles - #2347
Merged
Merged
Conversation
Mopolo
commented
Aug 18, 2026
| ->groupBy('e.id') | ||
| ->orderBy('e.date_debut', 'DESC') | ||
| ->addOrderBy('e.date_debut', 'DESC') | ||
| ->addOrderBy('e.titre', 'DESC') |
Contributor
Author
There was a problem hiding this comment.
Actuellement sur la liste des articles, à chaque fois qu'on refresh, les afup days changent de place de façon random vu qu'ils ont la même date de début. En ajoutant ce filtre on évite cet effet.
Mopolo
commented
Aug 18, 2026
| $('form[name=news_filters]').on('change', function() { | ||
| $(this).submit(); | ||
| }) | ||
| document.addEventListener('DOMContentLoaded', () => { |
Contributor
Author
There was a problem hiding this comment.
Je n'ai pas mis jquery sur les nouvelles pages, à voir ce qu'on veut faire niveau js si on a besoin un jour de plus complexe.
stakovicz
approved these changes
Aug 18, 2026
stakovicz
left a comment
Contributor
There was a problem hiding this comment.
Quelques chipotages, mais c'est déjà top comme ça !
Mopolo
force-pushed
the
refonte-liste-articles
branch
from
August 18, 2026 17:57
82f3141 to
f63f4e5
Compare
Mopolo
force-pushed
the
refonte-liste-articles
branch
from
August 18, 2026 17:59
f63f4e5 to
16143fd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.