symbiote / silverstripe-queuedjobs

A module that provides interfaces for scheduling jobs for certain times.
BSD 3-Clause "New" or "Revised" License
57 stars 73 forks source link

FIX Broken TaskLink & QueueLink #404

Closed sabina-talipova closed 1 year ago

sabina-talipova commented 1 year ago

Description

String concatenation for getting link was replaced with Controller::join_links(...) .

Parent issue

sabina-talipova commented 1 year ago

have a quick glance over the rest of the module just in case it happens elsewhere in the module as well

DONE. Didn't identified another places in the code where we concatenate string for getting link.