Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
141
Merge Requests
141
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
Jobs
Commits
Open sidebar
nexedi
erp5
Commits
af519422
Commit
af519422
authored
May 20, 2011
by
Vincent Pelletier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
obj will not be None here.
It's tested earlier in the same method.
parent
97efb118
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
19 deletions
+15
-19
product/ERP5Form/ListBox.py
product/ERP5Form/ListBox.py
+15
-19
No files found.
product/ERP5Form/ListBox.py
View file @
af519422
...
@@ -2275,7 +2275,6 @@ class ListBoxRendererLine:
...
@@ -2275,7 +2275,6 @@ class ListBoxRendererLine:
original_value
=
getattr
(
brain
,
alias
)
original_value
=
getattr
(
brain
,
alias
)
processed_value
=
original_value
processed_value
=
original_value
else
:
else
:
if
obj
is
not
None
:
try
:
try
:
# Get the trailing part.
# Get the trailing part.
try
:
try
:
...
@@ -2294,9 +2293,6 @@ class ListBoxRendererLine:
...
@@ -2294,9 +2293,6 @@ class ListBoxRendererLine:
except
(
AttributeError
,
KeyError
,
Unauthorized
):
except
(
AttributeError
,
KeyError
,
Unauthorized
):
original_value
=
None
original_value
=
None
processed_value
=
'Could not evaluate %s'
%
property_id
processed_value
=
'Could not evaluate %s'
%
property_id
else
:
original_value
=
None
processed_value
=
'Object does not exist'
# If the value is callable, evaluate it.
# If the value is callable, evaluate it.
if
callable
(
original_value
):
if
callable
(
original_value
):
...
...
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