- Status changed to RTBC
over 2 years ago 11:41am 23 January 2023 - 🇮🇳India Charchil Khandelwal
I think everything is perfect now.
Moving to RTBC. - Status changed to Needs work
over 2 years ago 11:48am 27 January 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
+ $output .= '<h3>' . t('About') . '</h3>'; + $output .= '<p>' . t('This module is provided as a workaround for https://www.drupal.org/project/webform/issues/3278864. + + ') . '</p>';
That is not how links are added to translatable strings.
The shown sentence is not sufficient. At least the following one should be added.
It changes the UX of the out-of-the-box Webform configuration for the telephone element type.
- First commit to issue fork.
- Assigned to himanshu_jhaloya
- Status changed to Needs review
over 2 years ago 11:46am 10 March 2023 - Status changed to Needs work
over 2 years ago 2:46pm 10 March 2023 - 🇮🇹Italy apaderno Brescia, 🇮🇹
+ $output .= '<h3>' . t('About') . '</h3>'; + $output .= '<p>'. t('This module is provided as a workaround for <a href="https://www.drupal.org/project/webform/issues/3278864" target="_blank">Issue page</a>') . '</p>'; + return $output;
Placeholders are used also for URLs, for two reasons.
- Issue was unassigned.
- Status changed to Needs review
over 2 years ago 5:51am 13 March 2023 - Status changed to RTBC
over 2 years ago 9:09am 13 March 2023 - 🇨🇦Canada danrod Ottawa
I reviewed this, looks good, will merge MR 3 now.
Automatically closed - issue fixed for 2 weeks with no activity.