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
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Romain Courteaud
erp5
Commits
7fb329fc
Commit
7fb329fc
authored
Sep 25, 2024
by
Romain Courteaud
🐙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
erp5_web_renderjs_ui: allow displaying searchable form_list on the access page
parent
5ca69f88
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_page_access_js.js
...ateItem/web_page_module/rjs_gadget_erp5_page_access_js.js
+4
-2
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_page_access_js.xml
...teItem/web_page_module/rjs_gadget_erp5_page_access_js.xml
+3
-3
No files found.
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_page_access_js.js
View file @
7fb329fc
...
...
@@ -96,6 +96,7 @@
}
return
this
.
changeState
({
display_step
:
options
[
URL_DISPLAY_PARAMETER
]
||
undefined
,
page
:
options
.
page
,
action_list
:
JSON
.
stringify
(
action_list
),
// Force display in any case to refresh the menus
render_timestamp
:
new
Date
().
getTime
(),
...
...
@@ -128,9 +129,10 @@
i
;
for
(
i
=
0
;
i
<
action_list
.
length
;
i
+=
1
)
{
url_for_list
.
push
({
command
:
'
change
'
,
command
:
'
display
'
,
options
:
{
view
:
i
view
:
i
,
page
:
gadget
.
state
.
page
}
});
}
...
...
bt5/erp5_web_renderjs_ui/PathTemplateItem/web_page_module/rjs_gadget_erp5_page_access_js.xml
View file @
7fb329fc
...
...
@@ -228,7 +228,7 @@
</item>
<item>
<key>
<string>
actor
</string>
</key>
<value>
<
string>
zope
</string
>
</value>
<value>
<
unicode>
zope
</unicode
>
</value>
</item>
<item>
<key>
<string>
comment
</string>
</key>
...
...
@@ -242,7 +242,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
989.58958.48545.8448
</string>
</value>
<value>
<string>
1019.35820.17369.64529
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -262,7 +262,7 @@
</tuple>
<state>
<tuple>
<float>
1
612866299.0
</float>
<float>
1
727282760.47
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
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