Jason Taylor
Jason Taylor
Plugins in the system are modules that implement an interface but can be replaced with another implementation, for example we have ExceptionLoggerInterface that can be implemented using Plugin\Console or Plugin\Sentry...
Thanks! codes a bit cleaner/better, but we do have 80 plugins ;)
Dug out the dongle, appears to only be an issue in bluetooth mode
This should really be resolved by getting the service from the container but this used to work (not sure about newer c# versions) as a workaround `HttpContext.RequestServices.GetService(typeof(ISomeService));`
> Thanks @timaaltra, I found it in [`/src/UIOMatic/wwwroot/backoffice/uiomatic/list.controller.js`](https://github.com/TimGeyssens/UIOMatic/blob/5a92b65f35a75c887f0424c208a4061c41e6f9ec/src/UIOMatic/wwwroot/backoffice/uiomatic/list.controller.js#L109): > > ```js > $scope.searchTerm = state.searchTerm; > $scope.searchFilter = state.searchTerm; > ``` > > I still find this "feature" disconcerting, as...