if a form has no submission, it works fine.
after submitted one test submission, it does not work.
upgrade to webform 6.2.7 it does not work also
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());
}
}
}
}
@asilva3
thank you very much!
I ll patch it and test
the same problem
drupal 10.3
line 32 is already comments out default
how can I make it work to create search page?
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
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
ps: 10.0-rc3 does not have this problem
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
jjwfcd → created an issue.
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
jjwfcd → created an issue.
while install with composer
it alert that “Could not find package vardot/varbase-project with version ~10.0.0-rc2.”
thanks rajab, do you mean this issue is a problem waiting to be solved?