Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 981 Bytes

2022-08-16-implement-dynamig-custom-entity-detail-page.md

File metadata and controls

14 lines (14 loc) · 981 Bytes
title issue author author_email author_github
Implement dynamig Custom Entity Detail page
NEXT-22643
Marcel Brode
m.brode@shopware.com
Marcel Brode

Administration

  • Added sw-generic-custom-entity-detail page to handle admin-ui flagged Custom Entities
  • Added sw-custom-entity-input-field to dynamically handle input of Custom Entities by type
  • Added prop entitySearchColor to src/Administration/Resources/app/administration/src/app/component/structure/sw-search-bar/index.js to enable using an external color for the search type badge
  • Changed src/Administration/Resources/app/administration/src/global.types.ts to handle module routes via TypeScript
  • Changed src/Administration/Resources/app/administration/src/module/index.js to consider TypeScript module files as well
  • Changed src/Administration/Resources/app/administration/src/app/service/custom-entity-definition.service.ts to consider module icons mentioned in the entities.xml as well