Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5-Boxiang
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Hamza
erp5-Boxiang
Commits
8cc9ca88
Commit
8cc9ca88
authored
Aug 27, 2012
by
Mame Coumba Sall
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modify to create worklist_cache table
parent
f4652d73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
0 deletions
+11
-0
product/ERP5Type/patches/WorkflowTool.py
product/ERP5Type/patches/WorkflowTool.py
+11
-0
No files found.
product/ERP5Type/patches/WorkflowTool.py
View file @
8cc9ca88
...
@@ -504,6 +504,17 @@ def WorkflowTool_listActions(self, info=None, object=None, src__=False):
...
@@ -504,6 +504,17 @@ def WorkflowTool_listActions(self, info=None, object=None, src__=False):
%
grouped_worklist_dict
.
keys
(),
%
grouped_worklist_dict
.
keys
(),
error
=
sys
.
exc_info
())
error
=
sys
.
exc_info
())
continue
continue
except
ProgrammingError
,
error_value
:
# 1146 = table does not exist
if
not
use_cache
or
error_value
[
0
]
!=
1146
:
raise
try
:
self
.
Base_zCreateWorklistTable
()
except
ProgrammingError
,
error_value
:
# 1050 = table exists (alarm run just a bit too late)
if
error_value
[
0
]
!=
1050
:
raise
catalog_brain_result
=
[]
if
src__
:
if
src__
:
action_list
.
append
(
catalog_brain_result
)
action_list
.
append
(
catalog_brain_result
)
else
:
else
:
...
...
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