Pieter van Os
Pieter van Os
### Bootstraptable version(s) affected 1.22.1 ### Description I have auto generated columns where the data-field contains a space. When you search on a record it will result in a situation...
We created and tested on both a physical and virtual Aruba AOSCX the functionality of this vendor module.
Is it possible to include a feature where we can force a crash to validate if the plugin works? https://firebase.google.com/docs/crashlytics/force-a-crash
Where you try to delete a log file you will get the following error:  **Currently** public function showLogs() { $request = \Config\Services::request(); if(!is_null($request->getGet("del"))) { $this->deleteFiles(base64_decode($request->getGet("del"))); $uri = \Config\Services::request()->uri->getPath(); return...