[User Management]: Show docTypes in TypesAndClassesAccordion #2312#2333
Closed
MSchinwaldEl wants to merge 377 commits into
Closed
[User Management]: Show docTypes in TypesAndClassesAccordion #2312#2333MSchinwaldEl wants to merge 377 commits into
MSchinwaldEl wants to merge 377 commits into
Conversation
|
MSchinwaldEl
marked this pull request as ready for review
October 13, 2025 14:46
Contributor
|
Created an issue for the backend: pimcore/studio-backend-bundle#1447 |
* fixed the select label * updated the getDrillDownSelectList * fixed the getDrillDownSelectList * deleted the test code * Automatic frontend build --------- Co-authored-by: ValeriaMaltseva <11871778+ValeriaMaltseva@users.noreply.github.com>
* updated the SplitLayout component * fixed styles * Automatic frontend build --------- Co-authored-by: ValeriaMaltseva <11871778+ValeriaMaltseva@users.noreply.github.com>
* Support index sorting for documents * Cleanup code * Apply eslint-fixer changes * Automatic frontend build --------- Co-authored-by: vin0401 <26813978+vin0401@users.noreply.github.com>
* Unified workflow for FE publising * Automatic frontend build * Unified workflow for FE publising * Automatic frontend build * Integrate trusted publishing * Automatic frontend build --------- Co-authored-by: vin0401 <marvin.bertram@pimcore.com> Co-authored-by: vin0401 <26813978+vin0401@users.noreply.github.com>
* Finalize filters * Apply eslint-fixer changes * Automatic frontend build --------- Co-authored-by: vin0401 <26813978+vin0401@users.noreply.github.com>
* Introduce max-height for context menus * Apply eslint-fixer changes * Automatic frontend build --------- Co-authored-by: vin0401 <26813978+vin0401@users.noreply.github.com>
* Fix: Keep tags in decodeHtmlEntities * Automatic frontend build
* updated the icon * Automatic frontend build --------- Co-authored-by: ValeriaMaltseva <11871778+ValeriaMaltseva@users.noreply.github.com>
* Add height sizing for tree context menus * Cleanup code * Cleanup code * Apply eslint-fixer changes * Automatic frontend build --------- Co-authored-by: vin0401 <26813978+vin0401@users.noreply.github.com>
* Update keys and locale for grid sorting * Cleanup code * Apply eslint-fixer changes * Automatic frontend build --------- Co-authored-by: vin0401 <26813978+vin0401@users.noreply.github.com>
* changes for dealing with other tree refreshes * Apply eslint-fixer changes * Automatic frontend build
* added several properties to tab panel * Apply eslint-fixer changes * Automatic frontend build --------- Co-authored-by: Corepex <16717695+Corepex@users.noreply.github.com>
…pes-dropdown-is-empty' into 2312-user-management-document-types-dropdown-is-empty # Conflicts: # public/build/92a3571a-c586-40ef-8414-d9026b20f30e/mf-manifest.json # public/build/92a3571a-c586-40ef-8414-d9026b20f30e/mf-stats.json # public/build/92a3571a-c586-40ef-8414-d9026b20f30e/static/js/documentEditorIframe.de88fcfa.js # public/build/92a3571a-c586-40ef-8414-d9026b20f30e/static/js/main.451188fa.js # public/build/fba7c617-13a5-427e-9425-ca0f63296bd4/exposeRemote.js # public/build/fba7c617-13a5-427e-9425-ca0f63296bd4/mf-manifest.json # public/build/fba7c617-13a5-427e-9425-ca0f63296bd4/mf-stats.json # public/build/fba7c617-13a5-427e-9425-ca0f63296bd4/static/css/async/6534.f769d36e.css # public/build/fba7c617-13a5-427e-9425-ca0f63296bd4/static/css/async/__federation_expose__internal___mf_bootstrap.c07328f4.css # public/build/fba7c617-13a5-427e-9425-ca0f63296bd4/static/css/async/__federation_expose__internal___mf_bootstrap_document_editor_iframe.c07328f4.css # public/build/fba7c617-13a5-427e-9425-ca0f63296bd4/static/js/remoteEntry.js
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Changes in this pull request
Resolves #2312
Additional info
DocTypes are now loaded and displayed in the dropdown, but they can't be saved (or prefilled) because there's currently no
docTypesproperty on theUsertype (orUpdateUserschema, respectively).