From 98b0b8e7600de4d9af96a5aa3092a92c5f5639a8 Mon Sep 17 00:00:00 2001 From: pabois <pierreandre.boissinot@noesya.coop> Date: Mon, 25 Apr 2022 15:12:00 +0200 Subject: [PATCH] fix --- app/models/communication/website/index_page.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/communication/website/index_page.rb b/app/models/communication/website/index_page.rb index 2e11d4a23..4c80742ba 100644 --- a/app/models/communication/website/index_page.rb +++ b/app/models/communication/website/index_page.rb @@ -41,6 +41,7 @@ class Communication::Website::IndexPage < ApplicationRecord legal_terms: 80, sitemap: 81, privacy_policy: 82, + organizations: 90, persons: 100, administrators: 110, authors: 120, -- GitLab