-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6ad82d2
commit f67d535
Showing
1 changed file
with
0 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) <[email protected]> | ||
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" | ||
|
||