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
Xueyun Qian
erp5
Commits
f5176e2b
Commit
f5176e2b
authored
11 years ago
by
Sebastien Robin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_core: accept more parameters in File_getDownloadUrl
The listbox could give more extra paramters like column id
parent
5aeaf990
master
2017_04
2018_10
2018_10_squashed
HBTreeFolder2
allow_login_change
allow_login_change_wip
arnau
arnau-kns
arnau-kns-without-property-mapping
auto_extend_select_list
autoflake
backup_erp5_workflow
bk_erp5ish_actions_tool
bk_sqlcatalog
bt_owner
catalog_fulltext
catalog_fulltext_old
cedric
cedriclen-eos
cherry-pick-116c24a0
cherry-pick-6f9973dd
clean_up_upgrader
compact_title_no_reference
credential_update_action
datetimefield
douglas_forum
dream_distributor
eos-dev
erp5-component
erp5-data-notebook
erp5-forum
erp5-preference
erp5-release
erp5-slapos-upgrade
erp5-vifib
erp5-vifib-cleanup
erp5_calendar
erp5_free_subscription
erp5_workflow
for_testrunner_1
gabriel
gabriel-fix-rounding-in-accounting-generation
gabriel-fix-rounding-in-accounting-generation2
gadget-json-value
improve_default_caching_policy_manager
isDeletable
item_tracking_graph_editor
jerome-bt-reference-doc
jerome-test
jerome_composition_archived
jerome_events
jerome_graph_editor_renderjs
jerome_user_preference_time_zone
kns
mame-erp5_project-cleanup
mame-work
master_no_guard_on_workflow_transition
mrp
nexedi-erp5-jp
notification_tool_constraint
ods_style_sheet_per_report_section_deferred_style
officejs
portal_solver_process_security_configuration
rebased_mrp
romain-fulltext
scalability-rebase
shop-box
shop-box-rebased
sms_activate
strict_catalog
test_page
testnode_software_link
timezones
tristan
tristan-merge
tristan-performance
vivekpab_erp5webrenderjs_layoutconfig
vivekpab_jabberclient
vivekpab_renderjs_interfaces
wenjie
wenjie_branch
xiaowu_newui
erp5.util-0.4.44
erp5.util-0.4.43
erp5.util-0.4.41
erp5.util-0.4.40
erp5.util-0.4.37
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/File_getDownloadUrl.xml
...mplateItem/portal_skins/erp5_core/File_getDownloadUrl.xml
+1
-1
product/ERP5/bootstrap/erp5_core/bt/revision
product/ERP5/bootstrap/erp5_core/bt/revision
+1
-1
No files found.
product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/File_getDownloadUrl.xml
View file @
f5176e2b
...
...
@@ -57,7 +57,7 @@ return \'%s/Base_download\' % brain.absolute_url()\n
</item>
<item>
<key>
<string>
_params
</string>
</key>
<value>
<string>
brain=None, selection=None, selection_name=None
</string>
</value>
<value>
<string>
brain=None, selection=None, selection_name=None
, **kw
</string>
</value>
</item>
<item>
<key>
<string>
id
</string>
</key>
...
...
This diff is collapsed.
Click to expand it.
product/ERP5/bootstrap/erp5_core/bt/revision
View file @
f5176e2b
41142
\ No newline at end of file
41143
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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