Blackbit

Results 28 issues of Blackbit

Display mode allows to choose how represent relational field (Many-to-many Object Relation, Advanced Many-to-many Object Relation). With Combobox Display Mode you do not need using Drag-n-Drop, but just use inline...

Steps to reproduce bug: 1. Create data object class `A` 2. Create data object class `B` with a many-to-many object relation `relation` to `A` 3. Edit class `A` -> add...

Bug

Since Pimcore 10 the example editor config in https://pimcore.com/docs/pimcore/current/Development_Documentation/Objects/Object_Classes/Data_Types/Text_Types.html#page_Editor-Configuration does not work anymore. The reason is that in https://github.com/pimcore/pimcore/blob/1be12b0493bc9153783c8d85210f9863637aec3c/bundles/AdminBundle/Resources/public/js/pimcore/object/tags/wysiwyg.js#L193 `Ext.decode()` gets used - but the difference with Pimcore 10 is...

Bug

This PR adds an `Filter condition (SQL)` configuration to (advanced) many-to-many object relation fields. This can be used to filter the allowed objects. Until now you could only filter for...

Improvement

Steps to reproduce: 1. Upload this image to Pimcore assets ![5d667803a7a67_gif1-Everyonelovesgifs_4ef1dbef8a604a3e1b26eebf2c000ef0](https://github.com/pimcore/pimcore/assets/8749138/1ee7cf16-3049-4d47-8bb0-1c70213273f4) 2. Create this thumbnail definition: ```yaml pimcore: assets: image: thumbnails: definitions: test: items: - method: cover arguments: width: 200...

Bug
Pimcore:ToDo

With this PR content of field collections can be displayed in the grid view. Before: After: It also supports displaying localized fields. Corresponding classic-theme PR: https://github.com/pimcore/admin-ui-classic-bundle/pull/388

Pimcore:ToDo

Imagine a company with subsidiaries in multiple countries. The whole company uses the same Pimcore. The different subsidiaries are responsible for their sites and pages. The subsidiaries trade for own...

enhancement

Steps to reproduce bug: 1. Upload this asset [this asset](https://www.dropbox.com/scl/fi/xz5rn2ehu493uud3kzw41/as1-ac-214.STEP?rlkey=6iky0rpxtwb5t7xo5f6zdcc3i&st=a03me086&dl=0) to Pimcore 2. Open it and click `Upload new version` button 3. Upload same file again. You will see this...

Pimcore:ToDo

With `SideBySide` renderer the code is rendered as HTML table. When you want to select multiple lines of code on one side, automatically the code (and the line numbers) from...

enhancement