[pve-devel] [PATCH manager] ui: form/CalendarEvent: remove 'first saturday each month' example

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Nov 11 21:07:50 CET 2021


On 11.11.21 13:09, Dominik Csapak wrote:
> this is currently not supported by calendarevents in pve
> 
> Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
> ---
>  www/manager6/form/CalendarEvent.js | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/www/manager6/form/CalendarEvent.js b/www/manager6/form/CalendarEvent.js
> index 58090ddb..a15ec24f 100644
> --- a/www/manager6/form/CalendarEvent.js
> +++ b/www/manager6/form/CalendarEvent.js
> @@ -28,7 +28,6 @@ Ext.define('PVE.form.CalendarEvent', {
>  		    + Ext.String.format(gettext("Every {0} minutes"), 15),
>  	    },
>  	    { value: 'sun 01:00', text: gettext("Sunday") + " 01:00" },
> -	    { value: 'sat *-1..7 15:00', text: gettext("First Saturday each month") + " 15:00" },
>  	],
>      },
>  
> 

replaced by a patch that comments this out for now, much thanks for catching!

https://git.proxmox.com/?p=pve-manager.git;a=commitdiff;h=1c6433ea475518c993410fb2f0b1a48162bd0a3c;hp=ca67806281f4a750b2cd5c06a62847c526c8b972





More information about the pve-devel mailing list