mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-04 01:09:25 -05:00
Don't cast url to string if it's internally transformed again
Also, the cast encodes the url as well, for use within HTML. This is not required if used in conjunction with ipl-html.
This commit is contained in:
parent
071f006b7d
commit
13330d3a44
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,7 @@ class NodeController extends Controller
|
|||
'li',
|
||||
new Link(
|
||||
sprintf('%s (%s.conf)', $bpName, $fileName),
|
||||
(string) Url::fromPath('businessprocess/process/show', ['config' => $fileName])
|
||||
\ipl\Web\Url::fromPath('businessprocess/process/show', ['config' => $fileName])
|
||||
)
|
||||
)
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue