Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
3f81c293
Commit
3f81c293
authored
Jan 27, 1999
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
0f544ab1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lib/python/OFS/SimpleItem.py
lib/python/OFS/SimpleItem.py
+3
-3
No files found.
lib/python/OFS/SimpleItem.py
View file @
3f81c293
...
...
@@ -107,8 +107,8 @@ Aqueduct database adapters, etc.
This module can also be used as a simple template for implementing new
item types.
$Id: SimpleItem.py,v 1.3
1 1999/01/27 19:11:33
brian Exp $'''
__version__
=
'$Revision: 1.3
1
$'
[
11
:
-
2
]
$Id: SimpleItem.py,v 1.3
2 1999/01/27 22:10:31
brian Exp $'''
__version__
=
'$Revision: 1.3
2
$'
[
11
:
-
2
]
import
regex
,
sys
,
Globals
,
App
.
Management
from
DateTime
import
DateTime
...
...
@@ -284,7 +284,7 @@ class Item(CopySource, App.Management.Tabs):
id
=
callable
(
obj
.
id
)
and
obj
.
id
()
or
obj
.
id
url
.
append
(
id
)
obj
=
obj
.
aq_parent
url
.
append
(
self
.
REQUEST
.
script
)
url
.
append
(
self
.
aq_acquire
(
'REQUEST'
)
.
script
)
url
.
reverse
()
return
join
(
url
,
'/'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment