- Issue created by @mably
- Merge request !17Issue #3422141 by mably: make manuel web tasks use absolute for internal urls → (Closed) created by mably
- Status changed to Needs review
9 months ago 9:15pm 17 February 2024 - Status changed to Postponed: needs info
9 months ago 6:28pm 20 February 2024 - 🇨🇦Canada _randy
I'm not quite sure of the use case here and how this was configured.
Can you provide an export of the task config? Just so I can re-create and verify that this is indeed something that is a bug or something that should be rectified on save.
- 🇫🇷France mably
Added the configuration file → corresponding to a basic template with a single manual web task that generates a WSDO for the
outstanding-tasks
andmaestro-all-in-production-tasks
views, console works fine. - 🇨🇦Canada _randy
Not sure I see the issue here.
I have both my manual web test process and the one you provided and both appear in all stock Maestro views.Something I'm missing?
I have d10.2.3 With PHP 8.2.
Perhaps the PHP version? I'd have to test. - 🇫🇷France mably
Ok, the only difference I see is that I try to show a clickable link instead of the content of the link like this:
Here is the corresponding view configuration with the option "Display as HTML Link" checked:
- 🇫🇷France mably
Ok, it seems that another working solution is to prefix the resulting internal URL by
internal:
like this:case 'internal': $url = 'internal:' . Url::fromUserInput($handler, ['query' => $query_options])->toString(); break;
Do you think it's a more appropriate solution?
- Merge request !20Issue #3422141: use valid URI for active handler view field rendering → (Closed) created by mably
- Status changed to Needs review
9 months ago 5:59pm 21 February 2024 - Status changed to Fixed
9 months ago 2:07pm 23 February 2024 Automatically closed - issue fixed for 2 weeks with no activity.