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
Tristan Cavelier
erp5
Commits
7005001e
Commit
7005001e
authored
9 years ago
by
Romain Courteaud
Browse files
Options
Download
Email Patches
Plain Diff
[erp5_hal_json_style] Only return worklist for viewable module's documents
parent
8745f912
master
404msg
WebScript_viewEditor
backslash
clonedocument
cloudooooverloadtestsuite
constraintcloudooo
createuser
ctcons
datetimefieldupdate
dev
emptyvaluetext
erp5gadgetfield
fb
fix
for_erp5tristan
for_nexedierp5_before_20170823
for_nexedierp5tristan
for_testsuite
force_install
forumtest
gadgetcodemirror
guessmimetype
imw
linkintodata
mhtml
mhtmlfix
nico
ooo
ooofix
ooosp
pdf-html-safe
quote
reply
session
spadr
spadr2
testresultcomplete
workaround-backup-magical-id
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
bt5/erp5_hal_json_style/SkinTemplateItem/portal_skins/erp5_hal_json_style/ERP5Document_getHateoas.xml
...tal_skins/erp5_hal_json_style/ERP5Document_getHateoas.xml
+11
-9
No files found.
bt5/erp5_hal_json_style/SkinTemplateItem/portal_skins/erp5_hal_json_style/ERP5Document_getHateoas.xml
View file @
7005001e
...
...
@@ -1129,6 +1129,8 @@ def calculateHateoas(is_portal=None, is_site_root=None, traversed_document=None,
if not same_type(portal_type, \'\'):\n
portal_type = portal_type[0]\n
\n
worklist_module_id = portal.getDefaultModuleId(portal_type, default=None, only_visible=True)\n
if (worklist_module_id is not None):\n
work_list.append({\n
\'href\': url_template_dict["jio_search_template"] % {\n
"query": make_query({"query": query})\n
...
...
@@ -1136,7 +1138,7 @@ def calculateHateoas(is_portal=None, is_site_root=None, traversed_document=None,
\'name\': action[\'name\'],\n
\'count\': action[\'count\'],\n
\'module\': default_document_uri_template % {\n
"relative_url":
p
or
tal.getDefaultModuleId(portal_type)
\n
"relative_url":
w
or
klist_module_id
\n
}\n
})\n
\n
...
...
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