Fabian Schmengler />

Results 26 issues of Fabian Schmengler />

This change has a side effect that causes an error if `app/etc/config.php` contains anything that looks like a variable to Deployer: https://github.com/jalogut/magento2-deployer-plus/commit/f8615cfdaaaff82fc6622ac74f6797eb9ae4aa1b The issue is that the whole contents of...

enhancement

## Describe the bug When running the `db:dump` command and mysqldump fails, magerun will still return with an exit code of 0. ## Expected behaviour Non-zero exit code on error...

bug
help wanted
reproduced

**Is your feature request related to a problem? Please describe.** Currently, cronjobs can be disabled by configuring an empty schedule. This is not obvious. **Describe the solution you'd like** Add...

GraphQl API needs to be extended for this to work. We should also check how PWA studio solved this.

A feature I'd like to see: allow something like "onclick" instead of "url" in grid actions. This allows AJAX requests, popups and other actions that do not require navigating to...

enhancement

We currently use code like this in test cases where no "current store" is set: ``` /* * A current store is needed to determine root category automatically */ /**...

enhancement

Currently, solr-base ^3.0.0 is required, it should be ^3.2.2 Wercker still runs on PHP 5.5, should be updated to PHP 5.6. We want to keep PHP 5.6 compatibility for the...

``` PHP Fatal error: Call to undefined method Mage_Core_Model_Resource::getConnections() in IntegerNet/Solr/Model/Resource/Db.php on line 20 ```

bug