Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
commerce-3372106
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Issue forks
commerce-3372106
Commits
81288d5e
Commit
81288d5e
authored
1 year ago
by
Dmytrii Kaiun
Committed by
Jonathan Sacksick
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3351548
by tBKoT: Changed error message in Drupal 10.1.
parent
4c5abd27
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/order/tests/src/FunctionalJavascript/CustomerProfileTest.php
+1
-1
1 addition, 1 deletion
...er/tests/src/FunctionalJavascript/CustomerProfileTest.php
modules/product/src/Entity/ProductVariation.php
+1
-1
1 addition, 1 deletion
modules/product/src/Entity/ProductVariation.php
with
2 additions
and
2 deletions
modules/order/tests/src/FunctionalJavascript/CustomerProfileTest.php
+
1
−
1
View file @
81288d5e
...
...
@@ -196,7 +196,7 @@ class CustomerProfileTest extends OrderWebDriverTestBase {
$this
->
getSession
()
->
reload
();
$this
->
getSession
()
->
getPage
()
->
pressButton
(
'billing_edit'
);
$this
->
assertSession
()
->
assertWaitOnAjaxRequest
();
$this
->
assertSession
()
->
pageText
Contain
s
(
'An illegal choice has been detected
.
'
);
$this
->
assertSession
()
->
pageText
Matche
s
(
'
/
An illegal choice has been detected
\.|The submitted value (.*) in the (.*) element is not allowed\./
'
);
$this
->
assertSession
()
->
pageTextContains
(
$this
->
usAddress
[
'postal_code'
]);
$this
->
assertSession
()
->
pageTextNotContains
(
'29617'
);
\Drupal
::
state
()
->
delete
(
'commerce_order_forge_profile_selection'
);
...
...
This diff is collapsed.
Click to expand it.
modules/product/src/Entity/ProductVariation.php
+
1
−
1
View file @
81288d5e
...
...
@@ -380,7 +380,7 @@ class ProductVariation extends CommerceContentEntityBase implements ProductVaria
// variable will be NULL.
// @see https://www.drupal.org/project/commerce/issues/3342331
if
(
!
$variation_type
instanceof
ProductVariationTypeInterface
)
{
return
;
return
;
}
if
(
$variation_type
->
shouldGenerateTitle
())
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment