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
Laurent S
erp5
Commits
7567d7d6
Commit
7567d7d6
authored
Jul 08, 2016
by
Ayush Tiwari
Committed by
Romain Courteaud
Aug 02, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_standard_property: has_key only accepts strings to search in property_dict
parent
1075a315
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
product/ERP5Type/dtml/properties.dtml
product/ERP5Type/dtml/properties.dtml
+2
-2
No files found.
product/ERP5Type/dtml/properties.dtml
View file @
7567d7d6
...
...
@@ -105,7 +105,7 @@ property values, edit the values and click "Save Changes".
</dtml-in>
</select>
</div>
<dtml-elif "_.has_key(
select_variable
)">
<dtml-elif "_.has_key(
'select_variable'
)">
<div class="form-element">
<select name="&dtml-id;:<dtml-var "REQUEST['management_page_charset_tag']">text">
<dtml-in "_[select_variable]">
...
...
@@ -135,7 +135,7 @@ property values, edit the values and click "Save Changes".
</dtml-in>
</select>
</div>
<dtml-elif "_.has_key(
select_variable
)">
<dtml-elif "_.has_key(
'select_variable'
)">
<div class="form-element">
<select name="&dtml-id;:<dtml-var "REQUEST['management_page_charset_tag']">list:string" multiple
size="<dtml-var "_.min(7, _.len(_[select_variable]))">">
...
...
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