title | issue | author | author_email | author_github |
---|---|---|---|---|
Fix-Import-Export-Profile-Duplication |
NEXT-12338 |
Malte Janz |
Malte Janz |
- Changed the
onDuplicateProfile(item)
method in thesw-import-export-view-profiles
component: it now uses therepositoy.clone(...)
function instead of manually cloning the entity. - Changed the
saveSelectedProfile()
method in thesw-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
andcreateTooltip
computed properties for thesw-import-export-view-profiles
component and use them in the profile add button.