Denis Rudoi
Denis Rudoi
#### What version were you using? https://github.com/LearningLocker/xapi-service.git master b068a1e0798a7c3b559e3624e75931a48f07d95d #### What steps can we follow to reproduce the behaviour? 1. Import mongoDB dump with data 2. Configure storage and keep...
**Describe the bug** Run any batch with default or custom set `$batch['progress_message']`, neither the message nor percentage is shown. **To Reproduce** Run any batch with `drush_backend_batch_process();` in command. **Expected behavior**...
**Describe the bug** Drush prepares request in the next way: ``` // Drupal 10 $request = Request::createFromGlobals(); ``` Which leads to: ``` $request->getPathInfo() === '/'; ``` The same time: ```...