From f66a2407fd6eed5d200008e901ff8e8097549864 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Thu, 11 Jul 2024 22:22:05 -0700 Subject: [PATCH] Fix icons. --- src/System/Date/addDays/System_Date_addDays.cls | 2 +- src/System/Date/addMonths/System_Date_addMonths.cls | 2 +- src/System/Date/addYears/System_Date_addYears.cls | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/System/Date/addDays/System_Date_addDays.cls b/src/System/Date/addDays/System_Date_addDays.cls index 97fa241..ab33d1e 100644 --- a/src/System/Date/addDays/System_Date_addDays.cls +++ b/src/System/Date/addDays/System_Date_addDays.cls @@ -5,7 +5,7 @@ global class System_Date_addDays { - @InvocableMethod(label='System.Date.addDays()' category='Flowpex' iconName='slds:utility:dayview' description='Adds the specified number of additional days to a Date.') + @InvocableMethod(label='System.Date.addDays()' category='Flowpex' iconName='slds:standard:date_input' description='Adds the specified number of additional days to a Date.') global static List System_Date_addDays (List requests) { List responses = new List(); diff --git a/src/System/Date/addMonths/System_Date_addMonths.cls b/src/System/Date/addMonths/System_Date_addMonths.cls index c7cd860..065b82f 100644 --- a/src/System/Date/addMonths/System_Date_addMonths.cls +++ b/src/System/Date/addMonths/System_Date_addMonths.cls @@ -5,7 +5,7 @@ global class System_Date_addMonths { - @InvocableMethod(label='System.Date.addMonths()' category='Flowpex' iconName='slds:utility:dayview' description='Adds the specified number of additional months to a Date.') + @InvocableMethod(label='System.Date.addMonths()' category='Flowpex' iconName='slds:standard:date_input' description='Adds the specified number of additional months to a Date.') global static List System_Date_addMonths (List requests) { List responses = new List(); diff --git a/src/System/Date/addYears/System_Date_addYears.cls b/src/System/Date/addYears/System_Date_addYears.cls index a341d28..6bad1e5 100644 --- a/src/System/Date/addYears/System_Date_addYears.cls +++ b/src/System/Date/addYears/System_Date_addYears.cls @@ -5,7 +5,7 @@ global class System_Date_addYears { - @InvocableMethod(label='System.Date.addYears()' category='Flowpex' iconName='slds:utility:dayview' description='Adds the specified number of additional years to a Date.') + @InvocableMethod(label='System.Date.addYears()' category='Flowpex' iconName='slds:standard:date_input' description='Adds the specified number of additional years to a Date.') global static List System_Date_addYears (List requests) { List responses = new List(); -- 2.52.0