patch #10 and private_taxonomy 8.x-2.6:
patching file private_taxonomy.info.yml
patching file src/Plugin/Field/FieldWidget/PrivateTaxonomyAutocompleteWidget.php
patching file src/Type/PrivateTaxonomyTermReferenceItem.php
patching file tests/src/Functional/PrivateTaxonomyPermissionsTest.php
Hunk #3 succeeded at 35 with fuzz 2.
Hunk #4 succeeded at 41 (offset -8 lines).
Hunk #5 succeeded at 109 (offset -12 lines).
Hunk #6 succeeded at 199 (offset -8 lines).
Hunk #7 succeeded at 265 (offset -8 lines).
Hunk #8 FAILED at 306.
1 out of 8 hunks FAILED -- saving rejects to file tests/src/Functional/PrivateTaxonomyPermissionsTest.php.rej
patching file tests/src/Functional/PrivateTaxonomySettingsTest.php
patching file tests/src/Functional/PrivateTaxonomyTestBase.php
patching file tests/src/Functional/PrivateTaxonomyTokensTest.php
patching file tests/src/Functional/PrivateTaxonomyUnitTest.php
patching file tests/src/Functional/PrivateTaxonomyViewsTest.php
@anybody
maybe it will help
https://www.drupal.org/project/drupal/issues/2914251#comment-15407690
📌
Move forum related logic from taxonomy migrations to new forum migrations
Fixed
#23 work.
Drupal 10.3.6
#2 works
#7 works 8.x-1.11
proweb.ua → created an issue.
#6 works with 8.x-1.7 and 8.x-1.x-dev
#4 + 8.x-1.16 works
#2 works
Added a field for mapping the currency code.
If the value is empty, the currency selection in the settings is applied
proweb.ua → created an issue.
proweb.ua → made their first commit to this issue’s fork.
#8 works 8.x-3.22
proweb.ua → created an issue.
address 2.0.1
#77 works
proweb.ua → created an issue.
proweb.ua → made their first commit to this issue’s fork.
proweb.ua → created an issue.
Call to deprecated function render(): in drupal:9.3.0 and is removed from drupal:10.0.0. Use \Drupal\Core\Render\RendererInterface::render() instead.
/src/Controller/GeneratePdf.php
- $renderedNode = render($view)->__toString();
+ $renderedNode = \Drupal::service('renderer')->render($view)->__toString();
src/Entity/Page.php
-use Drupal\layout_builder\SectionStorage\SectionStorageTrait;
+use Drupal\layout_builder\SectionListTrait;
- use SectionStorageTrait;
+ use SectionListTrait;
#3 works
in composer.json
"drupal/svg_image": "^3.0",
proweb.ua → created an issue.
proweb.ua → created an issue.
В налаштуваннях юзер профіля, потрібно ввімкнути поле НП.
Також поле можне додавати окреме через інтерфейс додавання полів.
proweb.ua → created an issue.
how to add attributes to Item node name?
can this be done via the API?
#5 works
#2 works in 2.0.5
proweb.ua → created an issue.
proweb.ua → created an issue.
proweb.ua → created an issue.
In Layout Builder I displayed a field through the views block
#4 works
#4 works
#84
when I want to send a test email from the admin/config/system/smtp page
TypeError: Drupal\google_api_client\Service\GoogleApiClientService::setGoogleApiClient(): Argument #1 ($google_api_client) must be of type Drupal\google_api_client\GoogleApiClientInterface, null given, called in /home/*web/modules/contrib/smtp/src/Plugin/smtp/SmtpAuthentication/GoogleOAuth.php on line 212 in Drupal\google_api_client\Service\GoogleApiClientService->setGoogleApiClient() (line 110 of /home/*/web/modules/contrib/google_api_client/src/Service/GoogleApiClientService.php).
Severity Error
Do I need to configure the google_api_client module somehow?
I also see this message all the time
Warning message
Disabled fields are overridden in site-specific configuration file.
@DavorHorvacki
done with the settings. I don’t know if I added the merge request correctly or not
#13 does not work with the latest dev version
#3 does not work with the latest dev version
last dev
Problem 1
- drupal/social_post_facebook dev-3.0.x requires agaric/php-facebook dev-main -> found agaric/php-facebook[dev-main] but it does not match your minimum-stability.
- drupal/social_post_facebook 3.0.x-dev is an alias of drupal/social_post_facebook dev-3.0.x and thus requires it to be installed too.
- Root composer.json requires drupal/social_post_facebook 3.0.x-dev@dev -> satisfiable by drupal/social_post_facebook[3.0.x-dev (alias of dev-3.0.x)].
Drupal 10.1.6
composer.json:
"minimum-stability": "dev",
proweb.ua → created an issue.
Does not work if the commerce module is used and comments are attached to the product
The rating field for a product is not updated after adding a comment with a rating
it looks like it is. documentation error
#14 + #17
#6 worked
proweb.ua → created an issue.
last dev, #2 not applied
After applying patch #5, on page layout builders, when choosing the price_difference formatter, the following error appears
The website encountered an unexpected error. Please try again later.
Error: Call to a member function getVariationIds() on null in Drupal\price_difference_formatter\Plugin\Field\FieldFormatter\PriceDifferenceFormatter->viewElements() (line 74 of modules/contrib/price_difference_formatter/src/Plugin/Field/FieldFormatter/PriceDifferenceFormatter.php).
proweb.ua → created an issue.
#3 There was the same error. after saving feed type, no error
#4 works
for commerce_ajax_atc 1.0.0-rc1 i didn't use the first patch
Drupal 9.5.9
PHP 8.1.20
commerce 8.x-2.36
Before commerce_ajax_atc 1.0.0-rc1 update, I used commerce_ajax_atc 1.0.0-beta4 + patch
https://www.drupal.org/project/commerce_ajax_atc/issues/3364372#comment-...
🐛
Ajax error after update commerce cart
Fixed
+
https://www.drupal.org/project/commerce_ajax_atc/issues/3229311#comment-...
✨
Ajax feature on cart page
Needs work
and there was no error
I update the commerce_ajax_atc module via composer, after that I clear the cache:
composer update
drush cr
and you get this error
if you run drush cr first, the error is the same
Drupal Core 9.5.9
#45 works
#6 does not work
#4 2.0.0 and 2.0.x-dev patch not applied
#14
1. Removing of last cart item works
2. I want to suggest extending the functionality to the checkout page
#3 + 8.x-1.7
It works, but you can select lines only on one page.
Can't select on all pages
proweb.ua → made their first commit to this issue’s fork.
#6 works
#7 works
I saw the layouts folder.
There you can manually change the location of the title.
In my opinion, it is not logical that in onecol the title is located inside the section, and in other layouts outside.
proweb.ua → created an issue.
proweb.ua → created an issue.
#2 works
For string_long you also need to add 'format' => 'basic_html'
the patch #6 doesn't work.
with a patch or without a patch, you need to re-save the product so that the html tags start working
proweb.ua → created an issue.
#23 works
drupal 9.5.5
proweb.ua → created an issue.
thanks, the error is gone.
#2
The website encountered an unexpected error. Please try again later.
Error: Class "Drupal\fivestar\Feeds\Target\FiveStar" not found in Drupal\feeds\Entity\FeedType->getMappingTargets() (line 305 of modules/contrib/feeds/src/Entity/FeedType.php).
in
/admin/structure/feeds/manage/product/mapping
/admin/structure/feeds/manage/product/tamper
#2 works
last dev fivestar
PHP 8.1.14
Drupal 9.5.3
fivestar widget not displayed in Layout Builder
proweb.ua → created an issue.
/**
* {@inheritdoc}
*/
public function settingsSummary() {
$summary = [];
$setting = $this->getSetting('format');
if ($setting == 'custom') {
$summary[] = $this->t('Custom text: @true_label / @false_label', [
'@true_label' => $this->getSetting('format_custom_true'),
'@false_label' => $this->getSetting('format_custom_false'),
]);
}
else {
$formats = $this->getOutputFormats();
$summary[] = $this->t('Display: @true_label / @false_label', [
'@true_label' => $formats[$setting][0],
'@false_label' => $formats[$setting][1],
]);
}
return $summary;
}
change
'@true_label' => t($this->getSetting('format_custom_true')),
'@false_label' => t($this->getSetting('format_custom_false')),
/**
* {@inheritdoc}
*/
public function settingsSummary() {
$summary = [];
$setting = $this->getSetting('format');
if ($setting == 'custom') {
$summary[] = $this->t('Custom text: @true_label / @false_label', [
'@true_label' => t($this->getSetting('format_custom_true')),
'@false_label' => t($this->getSetting('format_custom_false')),
]);
}
else {
$formats = $this->getOutputFormats();
$summary[] = $this->t('Display: @true_label / @false_label', [
'@true_label' => $formats[$setting][0],
'@false_label' => $formats[$setting][1],
]);
}
return $summary;
}
proweb.ua → created an issue.