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
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
Joshua
erp5
Commits
433864c1
Commit
433864c1
authored
Dec 29, 2017
by
Tomáš Peterka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Formulator] Field keeps request if given as an argument (for passing test request)
parent
199e7247
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
product/Formulator/Field.py
product/Formulator/Field.py
+2
-1
No files found.
product/Formulator/Field.py
View file @
433864c1
...
@@ -111,7 +111,8 @@ class Field:
...
@@ -111,7 +111,8 @@ class Field:
# add 'here' if not in kw
# add 'here' if not in kw
if
not
kw
.
has_key
(
'here'
):
if
not
kw
.
has_key
(
'here'
):
kw
[
'here'
]
=
self
.
aq_parent
kw
[
'here'
]
=
self
.
aq_parent
kw
[
'request'
]
=
self
.
REQUEST
if
'request'
not
in
kw
:
kw
[
'request'
]
=
self
.
REQUEST
value
=
tales_expr
.
__of__
(
self
)(
value
=
tales_expr
.
__of__
(
self
)(
field
=
self
,
field
=
self
,
form
=
self
.
aq_parent
,
**
kw
)
form
=
self
.
aq_parent
,
**
kw
)
...
...
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