Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transform Product Create/Update form into Live Component #15845

Merged

Conversation

jakubtobiasz
Copy link
Contributor

No description provided.

@probot-autolabeler probot-autolabeler bot added the Admin AdminBundle related issues and PRs. label Feb 14, 2024
Copy link

github-actions bot commented Feb 14, 2024

Bunnyshell Preview Environment deleted

Available commands:

  • /bns:deploy to redeploy the environment

@jakubtobiasz jakubtobiasz force-pushed the bap/product-attributes branch from 5c5678f to 77a1d53 Compare February 14, 2024 14:17
@probot-autolabeler probot-autolabeler bot added the Docker Docker-related issues and PRs. label Feb 14, 2024
@jakubtobiasz
Copy link
Contributor Author

/bns:deploy

2 similar comments
@jakubtobiasz
Copy link
Contributor Author

/bns:deploy

@CoderMaggie
Copy link
Member

/bns:deploy

@probot-autolabeler probot-autolabeler bot added the Maintenance CI configurations, READMEs, releases, etc. label Feb 22, 2024
@jakubtobiasz jakubtobiasz marked this pull request as ready for review February 23, 2024 11:55
@jakubtobiasz jakubtobiasz requested a review from a team as a code owner February 23, 2024 11:55
@jakubtobiasz jakubtobiasz force-pushed the bap/product-attributes branch from b37ef47 to 0b669a7 Compare February 23, 2024 11:57
@jakubtobiasz jakubtobiasz marked this pull request as draft February 23, 2024 11:57
@jakubtobiasz jakubtobiasz force-pushed the bap/product-attributes branch 7 times, most recently from 6effe0f to 4b89d96 Compare February 23, 2024 20:53
behat.yml.dist Outdated
@@ -26,7 +26,7 @@ default:
files_path: "%paths.base%/src/Sylius/Behat/Resources/fixtures/"
base_url: "https://127.0.0.1:8080/"
default_session: symfony
javascript_session: panther
javascript_session: chromedriver
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something bad happened, and for unknown reason GitHub Actions can't run Chrome on the CI. Let's go with switching to the chromedriver for now, and trying to fix it later.

@@ -190,7 +191,8 @@
"conflict": {
"doctrine/orm": ">= 2.16.0",
"lexik/jwt-authentication-bundle": "^2.18",
"stof/doctrine-extensions-bundle": "1.8.0"
"stof/doctrine-extensions-bundle": "1.8.0",
"symfony/ux-live-component": "2.15.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As I changed the way how the product attributes autocomplete works (it no longer keeps the added attributes) these scenarios became obsolete.

@jakubtobiasz jakubtobiasz force-pushed the bap/product-attributes branch from 4b89d96 to 4591238 Compare February 24, 2024 13:26
Scenario: Adding a float attribute to a product
When I want to create a new configurable product
And I specify its code as "display_size"
And I name it "Smartphone" in "English (United States)"
And I add the "Display Size" attribute to it
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to split adding the attribute and setting its value

@jakubtobiasz jakubtobiasz force-pushed the bap/product-attributes branch 2 times, most recently from e8b65b9 to 348eef1 Compare February 24, 2024 16:28
@jakubtobiasz jakubtobiasz force-pushed the bap/product-attributes branch from 348eef1 to 983c477 Compare February 25, 2024 13:33
@jakubtobiasz jakubtobiasz marked this pull request as ready for review February 25, 2024 18:37
@jakubtobiasz jakubtobiasz requested a review from a team as a code owner February 25, 2024 18:37
@Wojdylak Wojdylak merged commit dee30d3 into Sylius:bootstrap-admin-panel Feb 28, 2024
19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Admin AdminBundle related issues and PRs. Docker Docker-related issues and PRs. Maintenance CI configurations, READMEs, releases, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants