From 1555f741c514c5ff1a9397f8af25500dcd592d0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gaya?= <sebastien.gaya@gmail.com> Date: Mon, 27 Jun 2022 12:35:47 +0200 Subject: [PATCH] git block deps in git deps --- app/models/communication/website/post.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/communication/website/post.rb b/app/models/communication/website/post.rb index 24678998b..922b75f3c 100644 --- a/app/models/communication/website/post.rb +++ b/app/models/communication/website/post.rb @@ -122,6 +122,7 @@ class Communication::Website::Post < ApplicationRecord dependencies = [self] + website.menus dependencies += categories dependencies += active_storage_blobs + dependencies += git_block_dependencies if author.present? dependencies += [author, author.author] dependencies += author.active_storage_blobs -- GitLab