[API] product association type#11319
Conversation
381af73 to
5084275
Compare
lchrusciel
left a comment
There was a problem hiding this comment.
Hey Olivier,
thanks for your effort ;)
| */ | ||
| public function iNameItIn(string $productAssociationTypeName = null, string $localeCode = 'en_US'): void | ||
| { | ||
| $this->client->updateRequestData(['translations' => [$localeCode => ['name' => $productAssociationTypeName, 'locale' => $localeCode]]]); |
There was a problem hiding this comment.
Can we break it into multiple lines?
|
|
||
| @ui | ||
| @ui @api | ||
| Scenario: Deleting multiple product association types at once |
There was a problem hiding this comment.
We have decided to skip these features because we weren't sure how should we process multiple deletions, but thanks for your proposal! ;)
| } | ||
|
|
||
| /** | ||
| * @Then this product association type name should be :name |
There was a problem hiding this comment.
Same as https://github.com/Sylius/Sylius/pull/11319/files#diff-9f9847e886745cd71df41b26b4816ae1R166
| * @Then this product association type name should be :name | |
| * @Then /^(this product association type) name should be "([^"]+)"$/ |
| } | ||
|
|
||
| /** | ||
| * @Then the code field should be disabled |
There was a problem hiding this comment.
During implementing new steps, we have decided, that we would like to slightly adjust these steps to something like https://github.com/Sylius/Sylius/pull/11178/files#diff-32a4b0d263dad520cfb84a0704f82849R24
|
Thanks, @oallain! 🎉 |
This PR was merged into the 1.6-dev branch. Discussion ---------- | Q | A | --------------- | ----- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Related tickets | part of #11250, improvements from #11319 | License | MIT <!-- - Bug fixes must be submitted against the 1.6 or 1.7 branches (the lowest possible) - Features and deprecations must be submitted against the master branch - Make sure that the correct base branch is set --> Commits ------- ce9964f [API] Association types improvements
Uh oh!
There was an error while loading. Please reload this page.