[CMF-checkins] CVS: CMF/CMFStaging - VersionsTool.py:1.15

Shane Hathaway shane at zope.com
Wed Feb 4 17:05:05 EST 2004


Update of /cvs-repository/CMF/CMFStaging
In directory cvs.zope.org:/tmp/cvs-serv27613

Modified Files:
	VersionsTool.py 
Log Message:
Anyone can get the version ID.


=== CMF/CMFStaging/VersionsTool.py 1.14 => 1.15 ===
--- CMF/CMFStaging/VersionsTool.py:1.14	Thu Jan 29 18:13:29 2004
+++ CMF/CMFStaging/VersionsTool.py	Wed Feb  4 17:05:02 2004
@@ -228,7 +228,6 @@
         version ID will include a plus sign to indicate that when the
         object is checked in, it will have a higher version number.
         """
-        verifyPermission(UseVersionControl, obj)
         obj = unproxied(obj)
         repo = self._getVersionRepository()
         if repo.isUnderVersionControl(obj):




More information about the CMF-checkins mailing list