daniel.pernold β created an issue.
You are right jurgenhaas. It was a custom action plugin. Issue can be closed.
daniel.pernold β created an issue.
I have committed a patch that checks if the array key `#config_target` is of type `ConfigTarget` and if so, extracts the name from it. I think this is the proper approach since the buttons of the discussed forms then gets correctly disabled.
daniel.pernold β made their first commit to this issueβs fork.
daniel.pernold β created an issue.
I agree with @graber, Patch #51 "ignores" the group permission when the group is not in context. Modules like VBO has to provide group context on their own if they want to provide group permissions.
Placed it as core issue:
https://www.drupal.org/project/drupal/issues/3481711 π Reference method of reference field switches to first available in list if previously set to default Active
daniel.pernold β created an issue.
But: this issue is not related to the taxonomy manager. I am facing the same issue with taxonomy manger uninstalled. I guess this is a core issue, where other reference methods get selected when the currently chosen reference method is "default" in the database. This seems to be a selection issue of the default value in the widget.
Same here, ECA destroys the selected reference method and therefore the configuration for the field upon saving. This is a major issue at the moment in our projects.
avpaderno β credited daniel.pernold β .
I'm experiencing the same issue. On my side, it is reproducable. After rebuilding the cache with Drush, the listener for my desired event is gone. \Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher::dispatch
does not return the event since it is not in the listener array. After editing the Rule and adding another random event, the desired event is being fired.
Patch #156 solves the issue.
Sorry, patch #2 is broken. Fixed.
Here's a patch which needs: https://www.drupal.org/files/issues/2024-08-26/group-view_own_permission... β
daniel.pernold β created an issue.
I think this is related:
Warning: Trying to access array offset on value of type null in Drupal\doc_serialization\Encoder\Docx->encode() (line 85 of modules/contrib/doc_serialization/src/Encoder/Docx.php).
Stacktrace:
Drupal\doc_serialization\Encoder\Docx->encode(Array, 'docx', Array) (Line: 43)
Symfony\Component\Serializer\Encoder\ChainEncoder->encode(Array, 'docx', Array) (Line: 416)
Symfony\Component\Serializer\Serializer->encode(Array, 'docx', Array) (Line: 141)
Symfony\Component\Serializer\Serializer->serialize(Array, 'docx', Array) (Line: 143)
Drupal\rest\Plugin\views\style\Serializer->render() (Line: 435)
Drupal\rest\Plugin\views\display\RestExport->Drupal\rest\Plugin\views\display\{closure}() (Line: 638)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 434)
Drupal\rest\Plugin\views\display\RestExport->render() (Line: 76)
Drupal\doc_serialization\Plugin\views\display\WordExport->render() (Line: 1592)
Drupal\views\ViewExecutable->render() (Line: 426)
Drupal\rest\Plugin\views\display\RestExport->execute() (Line: 1689)
Drupal\views\ViewExecutable->executeDisplay('word_export_1', Array) (Line: 81)
Drupal\views\Element\View::preRenderViewElement(Array)
call_user_func_array(Array, Array) (Line: 113)
Drupal\Core\Render\Renderer->doTrustedCallback(Array, Array, 'Render #pre_render callbacks must be methods of a class that implements \Drupal\Core\Security\TrustedCallbackInterface or be an anonymous function. The callback was %s. See https://www.drupal.org/node/2966725', 'exception', 'Drupal\Core\Render\Element\RenderCallbackInterface') (Line: 870)
Drupal\Core\Render\Renderer->doCallback('#pre_render', Array, Array) (Line: 432)
Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 248)
Drupal\Core\Render\Renderer->render(Array, 1) (Line: 153)
Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 638)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 152)
Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 56)
Drupal\doc_serialization\Plugin\views\display\WordExport::buildResponse('test_for_docx_export', 'word_export_1', Array) (Line: 56)
Drupal\views\Routing\ViewPageController->handle('test_for_docx_export', 'word_export_1', Object)
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 638)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 121)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 181)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 53)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 28)
Drupal\Core\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 32)
Drupal\big_pipe\StackMiddleware\ContentLength->handle(Object, 1, 1) (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 36)
Drupal\Core\StackMiddleware\AjaxPageState->handle(Object, 1, 1) (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle(Object, 1, 1) (Line: 741)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)
daniel.pernold β created an issue.
daniel.pernold β created an issue.
I figured out that the problem appears when you select no specific currency in the field settings. So the solution should be to filter the setting in the validator. Same applies to modifiers. Here's a patch.
I created a patch for the issue tag "3289141-automated-drupal-10" which I am using.
daniel.pernold β created an issue.
daniel.pernold β created an issue.
daniel.pernold β created an issue.
Here's a combined diff.
Ran into a major problem, since \Monolog\LogRecord::$level
is a read-only property. We disable this setter for now to provide compatibility. Needs work.
daniel.pernold β created an issue.
@hiralshah1991 I fixed your last problem directly in Keycloak without hacking core.
https://www.drupal.org/project/keycloak/issues/3396331 π LogicException when redirecting to Keycloak Needs review
daniel.pernold β created an issue.
Ran into another problem in the KeycloakController
where the old setting is used. Here's the fix:
3382665-7-fix-config-enabled-flag.diff β
The problem here is the OPENID_CONNECT_CONFIG_NAME
in combination with a missing enabled
config as queried in KeycloakService::isEnabled()
. I assume we have to change the implementation of KeycloakService::isEnabled()
to query the status
config property. See attached 3382665-fix-config-enabled-flag.diff.
@hiralshah1991 Your problem is this one:
https://www.drupal.org/project/keycloak/issues/3391108
π
Error to built redirect URL
RTBC
in combination with this one:
https://www.drupal.org/node/2638686 β
daniel.pernold β created an issue. See original summary β .
daniel.pernold β made their first commit to this issueβs fork.
Add Patch with composer.json
daniel.pernold β created an issue.
daniel.pernold β created an issue.
Here's a quick fix.
daniel.pernold β created an issue.
Reroll latest patch for 2.x and checking if there is a entity to avoid null references for getEntityTypeId().
Same problem here with Drupal 9.5.9. Patch #10 solved the problem.
Reroll patch for 3.0.2.
Same here, the problem also occurs when using CKEditor5 inside a paragraph overlay using layout_paragraphs module.
The same environment with the same settings inside a normal "article" (without additional modules) is working.
Reroll for Drupal 9.4.8