From: Chris Duncan Date: Fri, 12 Jul 2024 05:22:05 +0000 (-0700) Subject: Fix icons. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=f66a2407fd6eed5d200008e901ff8e8097549864;p=flowpex.git Fix icons. --- 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();