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
1
Merge Requests
1
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
Romain Courteaud
slapos.core
Commits
3005991f
Commit
3005991f
authored
Aug 21, 2023
by
Romain Courteaud
🐙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos_panel_ui_test: fixup
parent
68599c7c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
master/bt5/slapos_panel_ui_test/ExtensionTemplateItem/portal_components/extension.erp5.SlapOSPanelUiTest.py
...tem/portal_components/extension.erp5.SlapOSPanelUiTest.py
+7
-1
No files found.
master/bt5/slapos_panel_ui_test/ExtensionTemplateItem/portal_components/extension.erp5.SlapOSPanelUiTest.py
View file @
3005991f
...
@@ -188,12 +188,18 @@ def ERP5Site_bootstrapSlapOSPanelTest(self, step, scenario, customer_login,
...
@@ -188,12 +188,18 @@ def ERP5Site_bootstrapSlapOSPanelTest(self, step, scenario, customer_login,
).
open
()
).
open
()
if
scenario
==
'customer_remote'
:
if
scenario
==
'customer_remote'
:
customer_person
.
Person_addVirtualMaster
(
remote_project
=
customer_person
.
Person_addVirtualMaster
(
'Test Remote Project'
,
'Test Remote Project'
,
scenario
==
'accounting'
,
scenario
==
'accounting'
,
scenario
==
'accounting'
,
scenario
==
'accounting'
,
currency
.
getRelativeUrl
(),
currency
.
getRelativeUrl
(),
batch
=
1
)
batch
=
1
)
remote_customer_person
.
newContent
(
portal_type
=
'Assignment'
,
title
=
'Customer for project %s'
%
remote_project
.
getTitle
(),
destination_project_value
=
remote_project
,
function
=
'customer'
).
open
()
finally
:
finally
:
...
...
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