Blackbit

Results 24 issues of Blackbit

### Expected behavior Getter methods of relational fields should always return the related element. ### Actual behavior In some cases an `ElementDescriptor` object gets returned - which then causes for...

Bug
PR Welcome

All fields get initialized with `null`. For text fields in object preview this causes an > E_DEPRECATED: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in...

When loading data for the grid for non-admin users an additional query condition is added for example in https://github.com/pimcore/pimcore/blob/b675696e8c3dff29e51d97e67fc79d3003c9ca3a/bundles/AdminBundle/Helper/GridHelperService.php#L589-L597 This condition is quite slow because the sub query has to...

Improvement
Pimcore:ToDo

This PR adds an order type filter to the products, category and manufacturer reports because for reporting it is sometimes necessary to show all orders, not only the completed ones....

| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no Steps to reproduce...

enhancement

| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | no | RFC? | yes Currently vouchers...

| Q | A | ------------- | --- | Bug fix? | yes | New feature? | yes | BC breaks? | no | Deprecations? | no Currently taxes are...

I am executing the following command on a MacOS: `docker run -d --hostname resolvable -v /var/run/docker.sock:/tmp/docker.sock -v /etc/resolv.conf:/tmp/resolv.conf mgood/resolvable` Thereafter my /etc/resolv.conf remains untouched. Also tried to execute it with...

| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | Deprecations? | no | Tickets | Fix #41006 | License |...

Feature
Process
Status: Needs Review

Probably due to change of asset storage to Flysystem it is currently not possible anymore to upload asset files whose MIME-Type cannot be determined. For us this happened with an...

Bug