Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
erp5_rtl_support
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Romain Courteaud
erp5_rtl_support
Commits
f62de40f
Commit
f62de40f
authored
Jan 05, 2012
by
Łukasz Nowak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support not set query string.
parent
1d43131e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
bt5/erp5_administration/SkinTemplateItem/portal_skins/erp5_administration/Alarm_activateCheckConsistency.xml
...ns/erp5_administration/Alarm_activateCheckConsistency.xml
+4
-3
bt5/erp5_administration/bt/revision
bt5/erp5_administration/bt/revision
+1
-1
No files found.
bt5/erp5_administration/SkinTemplateItem/portal_skins/erp5_administration/Alarm_activateCheckConsistency.xml
View file @
f62de40f
...
@@ -56,9 +56,10 @@ query_string = context.getProperty(\'catalog_query_string\', \'\')\n
...
@@ -56,9 +56,10 @@ query_string = context.getProperty(\'catalog_query_string\', \'\')\n
module_list = context.getProperty(\'module_list\') or []\n
module_list = context.getProperty(\'module_list\') or []\n
portal = context.getPortalObject()\n
portal = context.getPortalObject()\n
\n
\n
kw = {\n
kw = {}\n
\'SearchableText\': query_string\n
\n
}\n
if query_string is not None:\n
kw.update(SearchableText=query_string)\n
\n
\n
if len(module_list):\n
if len(module_list):\n
kw.update(parent_uid=[portal.restrictedTraverse(module).getUid() for module in module_list])\n
kw.update(parent_uid=[portal.restrictedTraverse(module).getUid() for module in module_list])\n
...
...
bt5/erp5_administration/bt/revision
View file @
f62de40f
137
138
\ No newline at end of file
\ No newline at end of file
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