-
Notifications
You must be signed in to change notification settings - Fork 111
Typecasting not advisable for Links #2015
Copy link
Copy link
Closed
Description
Steps to reproduce:
- You have a table and add a Link decorator that uses the integer
idand you have thousandSeparator set to.and an id like123.456. - Click that link.
The id is typecasted in the link, but it should not, $this is a grid:
$this->addDecorator('order_doc_no', [\Atk4\Ui\Table\Column\Link::class,
'url' => 'salesorderdoc.php?odaction=edit&odid={$id}']);
Expected result: Open http://salesorderdoc.php?odaction=edit&odid=123456`
Current Result: Open http://salesorderdoc.php?odaction=edit&odid=123.456`
Otherwise $app->stickyGet('odid') will return a string which it should.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels