Goran J
Goran J
### Improvement description I wondering, why we do not pass object brick layout definition data into event object [here](https://github.com/pimcore/pimcore/blob/11.x/bundles/AdminBundle/Controller/Admin/DataObject/ClassController.php#L1414), and give possibility for developer to modify this layout information Same...
This will give ability to override brick layout definition #12719
## Changes in this pull request Introduce new feature to Custom Reports ## Additional info user will be able some column mark as relation (_document, asset or object_) and will...
Allow user to create connection outside of module-db, or even use connection from different module; You could define class `MyDb` with method `getConnection` which will return instance of `\Codeception\Lib\Driver\Db` class...
This is feature for ability to assigning custom identifier to test; For now this feature is integrated with JUnit report and change attribute `name` on `testcase` node This logic is...
Hi, this is not issue but proposal I'm using codeception on my symfony projects, and now i want connect my tests with acceptance criteria on JIRA; Jira has something called...
I want use this codeception module on project where we run test cases inside database transactions. I already did some hacks on my project to achieve that; and also i...