🇦🇺Australia @jjwfcd

Account created on 20 December 2018, almost 6 years ago
#

Recent comments

🇦🇺Australia jjwfcd

if a form has no submission, it works fine.
after submitted one test submission, it does not work.

🇦🇺Australia jjwfcd

find that from webform.module from line 258 but dont know why it does not work

// ISSUE:
// Devel routes do not use 'webform' parameter which throws the below error.
// Some mandatory parameters are missing ("webform") to generate a URL for
// route "entity.webform_submission.canonical"
//
// WORKAROUND:
// Make sure webform parameter is set for all routes.
if (strpos($route_name, 'entity.webform_submission.devel_') === 0 || $route_name === 'entity.webform_submission.token_devel') {
foreach ($data['tabs'] as $tab_level) {
foreach ($tab_level as $tab) {
/** @var \Drupal\Core\Url $url */
$url = $tab['#link']['url'];
$tab_route_name = $url->getRouteName();
$tab_route_parameters = $url->getRouteParameters();

if (strpos($tab_route_name, 'entity.webform_submission.devel_') !== 0) {
$webform_submission = WebformSubmission::load($tab_route_parameters['webform_submission']);
$url->setRouteParameter('webform', $webform_submission->getWebform()->id());
}
}
}
}

🇦🇺Australia jjwfcd

@asilva3
thank you very much!
I ll patch it and test

🇦🇺Australia jjwfcd

the same problem

drupal 10.3

line 32 is already comments out default

how can I make it work to create search page?

🇦🇺Australia jjwfcd

it seems to be server configure problems,after disabled cache server varnish,it works fine.

I will try to tuning the revers proxy config

sorry for waste your time

🇦🇺Australia jjwfcd

maybe the same reason

rich eidtor of 10.0.0 does not show while editing longtext

but in 10.0.0-rc3 it does well

🇦🇺Australia jjwfcd

ps: 10.0-rc3 does not have this problem

🇦🇺Australia jjwfcd

besides the page not found,only php error is

Warning: Array to string conversion in Drupal\date_filter\Plugin\views\filter\DateBase->getProcessedDate() (line 372 of /docroot/modules/contrib/date_filter/src/Plugin/views/filter/DateBase.php)

more tests found that blog‘s images, head image or images in text body, all cannot display.

it must be the stlye of drimage_improved

files permission was set to 777

🇦🇺Australia jjwfcd

rajab,thank you very much for your quick reply.

just waiting for the core fix

and I wish you will release the varbase 10-rc2 soon

🇦🇺Australia jjwfcd

while install with composer
it alert that “Could not find package vardot/varbase-project with version ~10.0.0-rc2.”

Production build 0.71.5 2024