tethysplatform / tethys

The Tethys Platform main Django website project repository.
http://tethysplatform.org/
BSD 2-Clause "Simplified" License
92 stars 49 forks source link

Hotfix - remove args and kwargs from default Bokeh controller #958

Closed sdc50 closed 1 year ago

sdc50 commented 1 year ago

I'm not sure why I added these, but I can't think of how they would ever be used and it turns out that it messes up the URL registration and requires that args and kwargs be passed in as URL variables.

swainn commented 1 year ago

@sdc50 can you also cherry-pick onto branch of main and submit PR to main?