Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.core
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
slapos.core
Commits
30dd982c
Commit
30dd982c
authored
Feb 06, 2020
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_jio: Allow use restricted mode when request a specific portal type'
parent
34bc91ca
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
4 deletions
+30
-4
master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_erp5_page_slap_add_hosting_subscription_html.xml
...s_gadget_erp5_page_slap_add_hosting_subscription_html.xml
+3
-0
master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_erp5_page_slap_add_hosting_subscription_js.js
.../rjs_gadget_erp5_page_slap_add_hosting_subscription_js.js
+22
-2
master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_erp5_page_slap_add_hosting_subscription_js.xml
...rjs_gadget_erp5_page_slap_add_hosting_subscription_js.xml
+5
-2
No files found.
master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_erp5_page_slap_add_hosting_subscription_html.xml
View file @
30dd982c
...
...
@@ -202,6 +202,7 @@
</item>
</dictionary>
</list>
<none/>
</tuple>
</pickle>
</record>
...
...
@@ -261,6 +262,7 @@
</item>
</dictionary>
</list>
<none/>
</tuple>
</pickle>
</record>
...
...
@@ -318,6 +320,7 @@
</item>
</dictionary>
</list>
<none/>
</tuple>
</pickle>
</record>
...
...
master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_erp5_page_slap_add_hosting_subscription_js.js
View file @
30dd982c
...
...
@@ -82,6 +82,15 @@
'
restricted_softwaretype
'
:
false
}
};
if
(
options
.
software_type
)
{
parameter_dict
[
"
parameter
"
][
'
restricted_softwaretype
'
]
=
true
;
parameter_dict
[
"
parameter
"
][
'
softwaretype
'
]
=
options
.
software_type
;
}
if
(
options
.
shared
)
{
parameter_dict
[
"
parameter
"
][
'
shared
'
]
=
true
;
}
return
result
[
0
].
render
({
erp5_document
:
{
"
_embedded
"
:
{
"
_view
"
:
{
...
...
@@ -129,9 +138,20 @@
"
required
"
:
0
,
"
editable
"
:
1
,
"
key
"
:
"
computer_guid
"
,
"
hidden
"
:
0
,
"
hidden
"
:
options
.
sla_xml
!==
undefined
?
1
:
0
,
"
type
"
:
"
ListField
"
},
"
your_sla_xml
"
:
{
"
description
"
:
"
The name of a document in ERP5
"
,
"
title
"
:
"
SLA
"
,
"
default
"
:
options
.
sla_xml
,
"
css_class
"
:
""
,
"
required
"
:
0
,
"
editable
"
:
0
,
"
key
"
:
"
sla_xml
"
,
"
hidden
"
:
options
.
sla_xml
!==
undefined
?
0
:
1
,
"
type
"
:
"
StringField
"
},
"
my_relative_url
"
:
{
"
description
"
:
""
,
"
title
"
:
"
Parent Relative Url
"
,
...
...
@@ -155,7 +175,7 @@
group_list
:
[[
"
center
"
,
[[
"
my_url_string
"
],
[
"
your_title
"
],
[
"
your_text_content
"
],
[
"
your_computer_guid
"
],
[
"
my_portal_type
"
],
[
"
my_relative_url
"
]]
[
"
your_computer_guid
"
],
[
"
your_sla_xml
"
],
[
"
my_portal_type
"
],
[
"
my_relative_url
"
]]
]]
}
})
...
...
master/bt5/slapos_jio/PathTemplateItem/web_page_module/rjs_gadget_erp5_page_slap_add_hosting_subscription_js.xml
View file @
30dd982c
...
...
@@ -241,6 +241,7 @@
</item>
</dictionary>
</list>
<none/>
</tuple>
</pickle>
</record>
...
...
@@ -273,7 +274,7 @@
</item>
<item>
<key>
<string>
serial
</string>
</key>
<value>
<string>
9
76.9867.41515.40260
</string>
</value>
<value>
<string>
9
81.35383.15103.35259
</string>
</value>
</item>
<item>
<key>
<string>
state
</string>
</key>
...
...
@@ -291,7 +292,7 @@
</tuple>
<state>
<tuple>
<float>
15
61394238.54
</float>
<float>
15
80513887.37
</float>
<string>
UTC
</string>
</tuple>
</state>
...
...
@@ -300,6 +301,7 @@
</item>
</dictionary>
</list>
<none/>
</tuple>
</pickle>
</record>
...
...
@@ -357,6 +359,7 @@
</item>
</dictionary>
</list>
<none/>
</tuple>
</pickle>
</record>
...
...
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