Closed (fixed)
Project:
Tour UI
Version:
8.x-1.0-rc1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2022 at 14:12 UTC
Updated:
10 Nov 2022 at 14:44 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
hexabinaerComment #3
elberComment #4
clemens.tolboomIn
src/Plugin/tour_ui/tip/TipPluginTextExtended.phpwe havehttps://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Render%21...
To me it looks like the default for replace_pattern: '[^a-z0-9_]+' and replace: '_' differ only regarding underscore '_' versus '-' dash
I cannot find a change record for this weird diff on https://www.drupal.org/list-changes/drupal/published?keywords_descriptio...
Changing the dash '-' into an underscore '_' seems to fix this.
Comment #5
elberComment #6
clemens.tolboom@elber have you found a CR?
You changed 0-9 into 0_9 which is not good ;-)
Comment #7
nitin_lamaComment #8
nitin_lamaUpdated the patch,
Comment #9
nitin_lamaComment #10
nitin_lamaAssigning to myself again, uploaded the wrong patch. New patch will be uploaded in some mins.
Comment #11
nitin_lamaUpdated patch.
Comment #12
nitin_lamaComment #13
clemens.tolboomChecking this with D10 https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Render%21... we can get rid of both
- replace_pattern and
- replace
Comment #16
clemens.tolboomI tried through the UI forking and merging but that failed. So did the old way.
TNX for reporting and testing.