Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 733 Bytes

2021-07-08-fix-import-export-profile-duplication.md

File metadata and controls

11 lines (11 loc) · 733 Bytes
title issue author author_email author_github
Fix-Import-Export-Profile-Duplication
NEXT-12338
Malte Janz
Malte Janz

Administration

  • Changed the onDuplicateProfile(item) method in the sw-import-export-view-profiles component: it now uses the repositoy.clone(...) function instead of manually cloning the entity.
  • Changed the saveSelectedProfile() method in the sw-import-export-view-profiles component: it now saves the profile entity with the currently selected content language as expected instead of the system language.
  • Added isNotSystemLanguage and createTooltip computed properties for the sw-import-export-view-profiles component and use them in the profile add button.