From 1d39f8e295680f90decd1b61033a092c5a428530 Mon Sep 17 00:00:00 2001 From: Arnaud Levy <contact@arnaudlevy.com> Date: Tue, 20 Jun 2023 11:42:27 +0200 Subject: [PATCH] comment --- app/models/communication/block.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/communication/block.rb b/app/models/communication/block.rb index 5b91d823d..49768fb21 100644 --- a/app/models/communication/block.rb +++ b/app/models/communication/block.rb @@ -170,7 +170,7 @@ class Communication::Block < ApplicationRecord end def set_heading_from_about - # TODO: Ne gère que le 1er niveau actuellement + # IMPROVEMENT: Ne gère que le 1er niveau actuellement self.heading = about.headings.root.ordered.last end -- GitLab