- 🇳🇱Netherlands johnv
I tried to fix this, but could not find out how.
I tried removing the 'workflow_type' from the routes and forms, but that invoked other problems.
Attached patch does make some preliminary code changes.
When I try to translate workflow mail notifications throw an exception:
Symfony\Component\Routing\Exception\MissingMandatoryParametersException: Some mandatory parameters are missing ("workflow_type") to generate a URL for route "entity.workflow_notify.config_translation_overview". in Drupal\Core\Routing\UrlGenerator->doGenerate() (line 181 of core\lib\Drupal\Core\Routing\UrlGenerator.php).
version: 8.x-2.x-dev
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I tried to fix this, but could not find out how.
I tried removing the 'workflow_type' from the routes and forms, but that invoked other problems.
Attached patch does make some preliminary code changes.