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
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
Sebastian
erp5
Commits
04cc454b
Commit
04cc454b
authored
Jul 07, 2015
by
Aurel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deferred : allow an after tag parameter
parent
6893ba61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
bt5/erp5_deferred_style/SkinTemplateItem/portal_skins/erp5_deferred_style_core/Base_activateReport.xml
...al_skins/erp5_deferred_style_core/Base_activateReport.xml
+2
-3
No files found.
bt5/erp5_deferred_style/SkinTemplateItem/portal_skins/erp5_deferred_style_core/Base_activateReport.xml
View file @
04cc454b
...
...
@@ -51,7 +51,6 @@
<item>
<key>
<string>
_body
</string>
</key>
<value>
<string>
request = container.REQUEST\n
RESPONSE = request.RESPONSE\n
\n
portal = context.getPortalObject()\n
N_ = portal.Base_translateString\n
...
...
@@ -92,7 +91,7 @@ for k, v in request.items():\n
\n
\n
\n
context.activate(activity="SQLQueue", tag=tag, \n
context.activate(activity="SQLQueue", tag=tag,
after_tag=after_tag,
\n
priority=priority).Base_computeReportSection(\n
form=form.getId(), \n
request_other=request_other, \n
...
...
@@ -112,7 +111,7 @@ return context.Base_redirect(\'view\', keep_items=dict(\n
</item>
<item>
<key>
<string>
_params
</string>
</key>
<value>
<string>
form, **kw
</string>
</value>
<value>
<string>
form,
after_tag=None,
**kw
</string>
</value>
</item>
<item>
<key>
<string>
_proxy_roles
</string>
</key>
...
...
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