silverstripe-terraformers / silverstripe-embargo-expiry

BSD 3-Clause "New" or "Revised" License
7 stars 7 forks source link

BUG: Job options extension points not allowing options updates. #103

Closed mfendeksilverstripe closed 1 year ago

mfendeksilverstripe commented 1 year ago

BUG: Job options extension points not allowing options updates

Make sure to use local variables for passing by reference as these are job properties which are manipulated via magic methods and these do not work with passing by reference directly.

mfendeksilverstripe commented 1 year ago

@chrispenny Can you please have a look at this one?