Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Yoji Takeuchi
erp5
Commits
504ce4b2
Commit
504ce4b2
authored
5 years ago
by
Eteri
Committed by
Klaus Wölfel
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Update ERP5Document_getHateoas.py
parent
c18d30fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bt5/erp5_hal_json_style/SkinTemplateItem/portal_skins/erp5_hal_json_style/ERP5Document_getHateoas.py
...rtal_skins/erp5_hal_json_style/ERP5Document_getHateoas.py
+1
-1
No files found.
bt5/erp5_hal_json_style/SkinTemplateItem/portal_skins/erp5_hal_json_style/ERP5Document_getHateoas.py
View file @
504ce4b2
...
...
@@ -796,7 +796,7 @@ def calculateHateoas(is_portal=None, is_site_root=None, traversed_document=None,
if
(
view
==
view_action
[
'id'
]):
embedded_url
=
'%s'
%
view_action
[
'url'
]
if
erp5_action_key
in
(
view_action_type
,
"view"
,
"workflow"
,
"object_new_content_action"
,
"object_clone_action"
,
"object_delete_action"
):
if
erp5_action_key
in
(
view_action_type
,
"view"
,
"workflow"
,
"object_new_content_action"
,
"object_clone_action"
,
"object_delete_action"
)
or
"_jio"
in
erp5_action_key
:
erp5_action_list
[
-
1
][
'href'
]
=
url_template_dict
[
"traverse_generator"
]
%
{
"root_url"
:
site_root
.
absolute_url
(),
...
...
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