Bug 545738 - Allow custom EntityTypes
Summary: Allow custom EntityTypes
Status: RESOLVED FIXED
Alias: None
Product: MDMBL
Classification: Automotive
Component: General (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal
Target Milestone: 5.2.0   Edit
Assignee: Alexander Nehmer CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 545737
  Show dependency tree
 
Reported: 2019-03-25 07:40 EDT by Alexander Nehmer CLA
Modified: 2023-06-13 05:47 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Nehmer CLA 2019-03-25 07:40:51 EDT
To add custom entity types the DefaultEntityConfigRepositoryLoader must be extendable by a custom one (just to add custom EntityTypes without having to re-code the default loader). 

The custom loader has to be configured in service.xml. 

Additionally: to use DefaultEntityConfigRepositoryLoader functionality the create()-method must be public.
Comment 1 Alexander Nehmer CLA 2019-03-25 07:54:06 EDT
API-Enhancement: DefaultConfigEntityRepositoryLoader.create(): private-> public

Branch: anehmer/entitytypes
Comment 2 Alexander Nehmer CLA 2020-01-13 06:12:35 EST
WIP: still need refactoring to be merged