Or either we can add the description like this .
The path has to start with a slash.
@ressinel patch is Working Fine as per the issue scope but in that if we add the Internal redirect path as node/60
the it throw the error if we access the unpublished node
The website encountered an unexpected error. Try again later.
InvalidArgumentException: The internal path component 'node/60' is invalid. Its path component must have a leading slash, e.g. internal:/foo. in Drupal\Core\Url::fromInternalUri() (line 416 of core/lib/Drupal/Core/Url.php).
I think we should add validation on the Internal Redirect Path field during configuration save. It should ensure that the path starts with a "/" and show a validation error if it doesn't.
Thanks!
prem suthar → made their first commit to this issue’s fork.
@rajeshreeputra is there any module that have the dependabot so i review that and try to fix this issue .
prem suthar → made their first commit to this issue’s fork.
yes !
@jsacksick I added it in the OrderReceiptSubscriber (commerce_order.order_receipt_subscriber), not in the OrderReceiptMail service.
prem suthar → made their first commit to this issue’s fork.
@bramdriesen I’ve re-rolled the patch from #10, but I’m facing an issue where notification message not rendering properly. Instead of replacing the token, it stores the message as Article has been updated by [user:name]
.
If I try to fix the token replacement then got another issue — the notification will not links correctly to the node when we click on the notification .
so we need tore-roll patch #3 or #10 either i need to address both the token rendering and the redirect behavior on the #10 patch.
@jsacksick yes you are right if we explicitly specified for the subscriber arguments then we need to add this .
i got confused by this one i think it already exits.
commerce_order.order_receipt_mail:
class: Drupal\commerce_order\Mail\OrderReceiptMail
arguments: ['@entity_type.manager', '@commerce.mail_handler', '@commerce_order.order_total_summary', '@token']
Now i have added the third argument @token to the arguments array.
prem suthar → changed the visibility of the branch 3322868-Notifications-are-not-translatable to active.
prem suthar → changed the visibility of the branch 3322868-Notifications-are-not-translatable to hidden.
prem suthar → changed the visibility of the branch 3322868-multilingual-notifications-are to hidden.
prem suthar → changed the visibility of the branch 2.0.x to hidden.
prem suthar → changed the visibility of the branch 8.x-1.x to hidden.
prem suthar → made their first commit to this issue’s fork.
prem suthar → made their first commit to this issue’s fork.
prem suthar → created an issue.
mohit_aghera → credited prem suthar → .
prem suthar → made their first commit to this issue’s fork.
@danrod This File already present in the
3.0.x-dev Branch .
prem suthar → made their first commit to this issue’s fork.
@Liam Morland, I have added the test. This is my first time writing a test, so please review it and let me know if any updates are needed.
As per my understanding, we also need to add a test for the "add row" functionality in this module. Additionally, we should create a folder for traits and move the trait tests inside it. Let me know if these changes need to be made.
@liam morland yes i have reproduced this problem.
i will try to add test.
@liam morland ohk i will try to add.
prem suthar → made their first commit to this issue’s fork.
prem suthar → made their first commit to this issue’s fork.
prem suthar → made their first commit to this issue’s fork.
@liam morland i have added the 3.x branch in current issue fork .
can you change the target branch to 3.x of MR !10.
prem suthar → made their first commit to this issue’s fork.
prem suthar → changed the visibility of the branch PremSuthar-b40a75ab-patch-fff7 to hidden.
prem suthar → changed the visibility of the branch 8.x-2.x to hidden.
prem suthar → changed the visibility of the branch 3.0.x to hidden.
prem suthar → made their first commit to this issue’s fork.
prem suthar → made their first commit to this issue’s fork.
prem suthar → made their first commit to this issue’s fork.
prem suthar → made their first commit to this issue’s fork.
prem suthar → made their first commit to this issue’s fork.
prem suthar → made their first commit to this issue’s fork.
prem suthar → changed the visibility of the branch 1491584-sort-option-would to hidden.
@Liam Morland, I can't see the 3.0.x branch in the current issue project "tablefield-3330779," which I need to rebase. Can you guide me on how to add it to the project?
prem suthar → made their first commit to this issue’s fork.
prem suthar → made their first commit to this issue’s fork.
@smustgrave please review the changes .
prem suthar → made their first commit to this issue’s fork.
prem suthar → made their first commit to this issue’s fork.
prem suthar → made their first commit to this issue’s fork.
prem suthar → made their first commit to this issue’s fork.
Please review the MR !11274 .
Re-rolled the patch As per #20 and as per the #19 updated the version from 10.3.1 to 10.3.0.
prem suthar → changed the visibility of the branch 3337900- to hidden.
prem suthar → made their first commit to this issue’s fork.
prem suthar → made their first commit to this issue’s fork.
prem suthar → made their first commit to this issue’s fork.
@kishan kumar can you change the target branch form 7.x-2.x to 8.x-1.x-dev.
After applying the Merge Request (MR), I tested the patched code locally. When I navigated to the Moderated Blocks page (Content → Blocks → Moderated Blocks or "/admin/structure/block/block-content/moderated"), I encountered an error.
The website encountered an unexpected error. Try again later.
TypeError: Drupal\Core\Cache\CacheableMetadata::setCacheTags(): Argument #1 ($cache_tags) must be of type array, null given, called in /var/www/html/core/modules/views/src/Plugin/views/display/DisplayPluginBase.php on line 2416 in Drupal\Core\Cache\CacheableMetadata->setCacheTags() (line 29 of core/lib/Drupal/Core/Cache/CacheableMetadata.php).
Drupal\views\Plugin\views\display\DisplayPluginBase->getCacheMetadata() (Line: 228)
Drupal\views\Plugin\views\cache\CachePluginBase->generateResultsKey() (Line: 148)
Drupal\views\Plugin\views\cache\CachePluginBase->cacheGet() (Line: 1479)
Drupal\views\ViewExecutable->execute() (Line: 1514)
Drupal\views\ViewExecutable->render() (Line: 201)
Drupal\views\Plugin\views\display\Page->execute() (Line: 1690)
Drupal\views\ViewExecutable->executeDisplay() (Line: 80)
Drupal\views\Element\View::preRenderViewElement()
call_user_func_array() (Line: 107)
Drupal\Core\Render\Renderer->doTrustedCallback() (Line: 825)
Drupal\Core\Render\Renderer->doCallback() (Line: 387)
Drupal\Core\Render\Renderer->doRender() (Line: 203)
Drupal\Core\Render\Renderer->render() (Line: 241)
Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}() (Line: 593)
Drupal\Core\Render\Renderer->executeInRenderContext() (Line: 234)
Drupal\Core\Render\MainContent\HtmlRenderer->prepare() (Line: 131)
Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse() (Line: 90)
Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray() (Line: 246)
Symfony\Component\EventDispatcher\EventDispatcher::Symfony\Component\EventDispatcher\{closure}() (Line: 206)
Symfony\Component\EventDispatcher\EventDispatcher->callListeners() (Line: 56)
Symfony\Component\EventDispatcher\EventDispatcher->dispatch() (Line: 188)
Symfony\Component\HttpKernel\HttpKernel->handleRaw() (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle() (Line: 53)
Drupal\Core\StackMiddleware\Session->handle() (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle() (Line: 28)
Drupal\Core\StackMiddleware\ContentLength->handle() (Line: 32)
Drupal\big_pipe\StackMiddleware\ContentLength->handle() (Line: 116)
Drupal\page_cache\StackMiddleware\PageCache->pass() (Line: 90)
Drupal\page_cache\StackMiddleware\PageCache->handle() (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle() (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle() (Line: 53)
Drupal\Core\StackMiddleware\AjaxPageState->handle() (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle() (Line: 709)
Drupal\Core\DrupalKernel->handle() (Line: 19)
prem suthar → made their first commit to this issue’s fork.
@pcambra
Here, I only need to add the t() function to static strings, correct?
so it should be like this $config->get('like_text', t('Likes));
am i right ? here
Can you please review and let me know for any other changes ?
@pcambra
Got it, I'll review the changes and make sure everything is on track.
Let me know if there's anything specific you'd like me to focus on .
prem suthar → changed the visibility of the branch 3505480-empty-vote to hidden.
prem suthar → made their first commit to this issue’s fork.
@dbielke1986
if possible then marked issue as as fixed
prem suthar → made their first commit to this issue’s fork.
@chsdaiguil for me its showing only 0 vote .
see attachment
This issue Fixed in the 2.x branch but still is needed to fix in the 2.0.3 version
@chsdaiguil can you share any screen shot for reference where you see the 1 vote ?
@chsdaiguil
by default its showing only 0 votes after install 8.1.6 and 2.0 alpha 3 version but i cant reproduce the issue.
@arunsahijpal i think so issue is available in the 8.1.6 version .
prem suthar → made their first commit to this issue’s fork.
i have re-based the MR!12 .
@liam morland if you can access then can you change the target branch from 8.x-2.x To 3.0.x .
prem suthar → made their first commit to this issue’s fork.
@tr raised the mr as per the #15 so please review.
prem suthar → made their first commit to this issue’s fork.
prem suthar → changed the visibility of the branch 2873958-move-helper-function to active.
prem suthar → changed the visibility of the branch 2873958-move-helper-function to hidden.
prem suthar → made their first commit to this issue’s fork.
prem suthar → made their first commit to this issue’s fork.
Please Review and Merge the Mr.
prem suthar → made their first commit to this issue’s fork.
Please Review !14 Mr.
prem suthar → made their first commit to this issue’s fork.