Skip to content

Remplacement de mark_for_update! par la méthode analyze! existante#4208

Merged
SebouChu merged 3 commits into
mainfrom
fix-block-order-not-updating
Jul 17, 2026
Merged

Remplacement de mark_for_update! par la méthode analyze! existante#4208
SebouChu merged 3 commits into
mainfrom
fix-block-order-not-updating

Conversation

@arnaudlevy

@arnaudlevy arnaudlevy commented Jul 17, 2026

Copy link
Copy Markdown
Member

Type

  • Nouvelle fonctionnalité
  • Bug
  • Ajustement
  • Rangement

Description

Fix #4202

Le problème se produit dans le reorder de blocks :

  1. reorder
  2. mark_git_files_for_update!
  3. mark_for_update!

On enlève ce flux clandestin pour se rebrancher au flux de base des GitFile (à partir de GitFile#analyze!)

Niveau d'incidence

  • Incidence faible 😌
  • Incidence moyenne 😲
  • Incidence forte 😱

Comment thread app/models/communication/website/menu.rb
@SebouChu SebouChu changed the title Réparation du mark_for_update! Remplacement de mark_for_update! par la méthode analyze! existante Jul 17, 2026
@SebouChu
SebouChu merged commit dc5bf45 into main Jul 17, 2026
8 checks passed
@SebouChu
SebouChu deleted the fix-block-order-not-updating branch July 17, 2026 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Vérifier la détection de modifications lors d'un changement d'ordre de blocs

2 participants