]> git.codecow.com Git - flowpex.git/commitdiff
Fix icons.
authorChris Duncan <chris@flowpex.dev>
Fri, 12 Jul 2024 05:22:05 +0000 (22:22 -0700)
committerChris Duncan <chris@flowpex.dev>
Fri, 12 Jul 2024 05:23:17 +0000 (22:23 -0700)
src/System/Date/addDays/System_Date_addDays.cls
src/System/Date/addMonths/System_Date_addMonths.cls
src/System/Date/addYears/System_Date_addYears.cls

index 97fa2410bd13a94195032f05ea97be78e63f4746..ab33d1e957b1f6a7bc6dd389efcafda3ebe0dffa 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_addDays {\r
 \r
-    @InvocableMethod(label='System.Date.addDays()' category='Flowpex' iconName='slds:utility:dayview' description='Adds the specified number of additional days to a Date.')\r
+    @InvocableMethod(label='System.Date.addDays()' category='Flowpex' iconName='slds:standard:date_input' description='Adds the specified number of additional days to a Date.')\r
 \r
     global static List<Response> System_Date_addDays (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r
index c7cd860d492973a4ec9d53cfc1f6d5d1dfab13ca..065b82fc89dda4f024617d344113a4f39285ec85 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_addMonths {\r
 \r
-    @InvocableMethod(label='System.Date.addMonths()' category='Flowpex' iconName='slds:utility:dayview' description='Adds the specified number of additional months to a Date.')\r
+    @InvocableMethod(label='System.Date.addMonths()' category='Flowpex' iconName='slds:standard:date_input' description='Adds the specified number of additional months to a Date.')\r
 \r
     global static List<Response> System_Date_addMonths (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r
index a341d28f9594bd3dabb1bf7275a88199acfaf20f..6bad1e51c05ddac3fc02e3264a0c0c813fc2a096 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_addYears {\r
 \r
-    @InvocableMethod(label='System.Date.addYears()' category='Flowpex' iconName='slds:utility:dayview' description='Adds the specified number of additional years to a Date.')\r
+    @InvocableMethod(label='System.Date.addYears()' category='Flowpex' iconName='slds:standard:date_input' description='Adds the specified number of additional years to a Date.')\r
 \r
     global static List<Response> System_Date_addYears (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r