Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ayush Tiwari
erp5
Commits
193b7dfc
Commit
193b7dfc
authored
Apr 07, 2017
by
Ayush Tiwari
Committed by
Ayush Tiwari
May 30, 2017
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_catalog: No need to fake _proeprties for compatibility
parent
69ea5ac5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
product/ERP5Catalog/Document/ERP5Catalog.py
product/ERP5Catalog/Document/ERP5Catalog.py
+0
-2
No files found.
product/ERP5Catalog/Document/ERP5Catalog.py
View file @
193b7dfc
...
...
@@ -190,8 +190,6 @@ class ERP5Catalog(Folder, Catalog):
# Initialize both SQLCatalog as well as Folder
Catalog
.
__init__
(
self
,
id
,
title
,
container
)
Folder
.
__init__
(
self
,
id
)
# Add for compatibility
self
.
_properties
=
()
# Filter content (ZMI))
def
filtered_meta_types
(
self
,
user
=
None
):
...
...
Vincent Pelletier
@vpelletier
·
Jun 27, 2017
To squash in whatever commit added this.
To squash in whatever commit added this.
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