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
Gabriel Monnerat
slapos.core
Commits
4324aa73
Commit
4324aa73
authored
Aug 10, 2016
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_web: Fix typo on portal_type name for RSS
parent
4b753841
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
master/bt5/slapos_web/SkinTemplateItem/portal_skins/slapos_rss/Computer_getUserRssEntryList.py
...m/portal_skins/slapos_rss/Computer_getUserRssEntryList.py
+4
-1
master/bt5/slapos_web/SkinTemplateItem/portal_skins/slapos_rss/HostingSubscription_getUserRssEntryList.py
...ins/slapos_rss/HostingSubscription_getUserRssEntryList.py
+1
-1
master/bt5/slapos_web/SkinTemplateItem/portal_skins/slapos_rss/WebSection_getUserRssTicketList.py
...ortal_skins/slapos_rss/WebSection_getUserRssTicketList.py
+1
-1
No files found.
master/bt5/slapos_web/SkinTemplateItem/portal_skins/slapos_rss/Computer_getUserRssEntryList.py
View file @
4324aa73
...
...
@@ -3,7 +3,10 @@
"""
portal
=
context
.
getPortalObject
()
kw
[
'portal_type'
]
=
[
"Support Request"
,
"Regularisation Request"
,
"Upgrader Decision"
]
kw
[
'portal_type'
]
=
[
"Support Request"
,
"Upgrade Decision"
]
# Source project is only set for Support Request, it don't work for
# Upgrade Decisions.
kw
[
'source_project_uid'
]
=
context
.
getUid
()
person
=
portal
.
ERP5Site_getAuthenticatedMemberPersonValue
()
...
...
master/bt5/slapos_web/SkinTemplateItem/portal_skins/slapos_rss/HostingSubscription_getUserRssEntryList.py
View file @
4324aa73
...
...
@@ -3,7 +3,7 @@
"""
portal
=
context
.
getPortalObject
()
kw
[
'portal_type'
]
=
[
"Support Request"
,
"
Regularisation Request"
,
"Upgrader
Decision"
]
kw
[
'portal_type'
]
=
[
"Support Request"
,
"
Upgrade
Decision"
]
kw
[
'source_project_uid'
]
=
context
.
getUid
()
person
=
portal
.
ERP5Site_getAuthenticatedMemberPersonValue
()
...
...
master/bt5/slapos_web/SkinTemplateItem/portal_skins/slapos_rss/WebSection_getUserRssTicketList.py
View file @
4324aa73
portal
=
context
.
getPortalObject
()
kw
[
'portal_type'
]
=
[
"Support Request"
,
"Regularisation Request"
,
"Upgrade
r
Decision"
]
kw
[
'portal_type'
]
=
[
"Support Request"
,
"Regularisation Request"
,
"Upgrade Decision"
]
person
=
portal
.
ERP5Site_getAuthenticatedMemberPersonValue
()
...
...
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