From 6e128e94f13547e7e29899efc8f640974824e8d5 Mon Sep 17 00:00:00 2001 From: Mouloud HABCHI Date: Tue, 26 Mar 2024 17:05:10 +0100 Subject: [PATCH] Fix: Keep description tag on profiles --- src/commands/texei/profile/clean.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/texei/profile/clean.ts b/src/commands/texei/profile/clean.ts index 30396d3..a503f25 100644 --- a/src/commands/texei/profile/clean.ts +++ b/src/commands/texei/profile/clean.ts @@ -48,7 +48,7 @@ export default class Clean extends SfCommand { const cleanResult: string[] = []; // TODO: Keep default recordTypeVisibilities & applicationVisibilities like in skinnyprofile:retrieve - const defaultKeep = ['layoutAssignments', 'loginHours', 'loginIpRanges', 'custom', 'userLicense']; + const defaultKeep = ['layoutAssignments', 'loginHours', 'loginIpRanges', 'custom', 'userLicense', 'description']; const nodesToKeep = flags.keep ? flags.keep : defaultKeep; let profilesToClean: string[] = [];