Skip to content

Commit

Permalink
LITE-28565: Add pricelists to request create wizard
Browse files Browse the repository at this point in the history
* fix marketplaces in POST payload
  • Loading branch information
riazhski authored and zzzevaka committed Sep 18, 2023
1 parent 819347d commit e924985
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cloudblueconnect/connect-extension-runner:28.8
FROM cloudblueconnect/connect-extension-runner:28.9

COPY pyproject.toml /install_temp/.
COPY poetry.* /install_temp/.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion connect_ext_ppr/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<title>Index</title>
<script defer src="vendors.3c43b45d3e9e7cbf9863.js"></script><script defer src="index.36fb1b65206989e793c7.js"></script><link href="index.7f54bf0dcbb9dc626487.css" rel="stylesheet"></head>
<script defer src="vendors.3c43b45d3e9e7cbf9863.js"></script><script defer src="index.2e78270930bf4bf36c38.js"></script><link href="index.7f54bf0dcbb9dc626487.css" rel="stylesheet"></head>

<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion ui/src/components/CreateDeploymentRequestDialog/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export default {
async createDeploymentRequest() {
this.createdRequest = await createDeploymentRequest({
marketplaces: this.form.marketplaces,
marketplaces: this.form.marketplaces.choices,
deployment: { id: this.localDeployment.id },
ppr: { id: this.form.ppr.id },
manually: this.form.options.manual,
Expand Down

0 comments on commit e924985

Please sign in to comment.