From f67d5359e0e707e60f0505d56fa87b1caa342dfc Mon Sep 17 00:00:00 2001 From: Akshat2Jain <101265586+Akshat2Jain@users.noreply.github.com> Date: Thu, 12 Oct 2023 18:27:21 +0100 Subject: [PATCH] [fc] --- last_commit.txt | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/last_commit.txt b/last_commit.txt index 2e6ab2b0ef..e69de29bb2 100644 --- a/last_commit.txt +++ b/last_commit.txt @@ -1,15 +0,0 @@ -Repository: Products.CMFPlone - - -Branch: refs/heads/origin/remote/6.0.x -Date: 2023-10-12T21:28:52+05:30 -Author: akshat2jain (Akshat2Jain) -Commit: https://github.com/plone/Products.CMFPlone/commit/6d3fa1c74ab5cd1b3953d6fa4e942c059b40e44f - -removed the class from branch 6.0x - -Files changed: -M Products/CMFPlone/Portal.py - -b"diff --git a/Products/CMFPlone/Portal.py b/Products/CMFPlone/Portal.py\nindex 570e80c24f..2b93d8de02 100644\n--- a/Products/CMFPlone/Portal.py\n+++ b/Products/CMFPlone/Portal.py\n@@ -221,9 +221,4 @@ def isEffective(self, date):\n # Override DefaultDublinCoreImpl's test, since we are always viewable.\n return 1\n \n-\n-# Remove the IContentish interface so we don't listen to events that won't\n-# apply to the site root, ie handleUidAnnotationEvent\n-classImplementsOnly(PloneSite, implementedBy(PloneSite) - IContentish)\n-\n InitializeClass(PloneSite)\n" -