Marc Sánchez

Results 5 issues of Marc Sánchez

Adding show_completed argument to iCall to be able to hide the completed Meetings, Calls and Tasks. ## Description Adding a parameter to specify if the completed tasks, meetings and calls...

PR:Community Contribution
Status:Needs Documentation

When you add a datetime field on a template, the final result is to show only the date part. We have modified the behaviour of template parser to show only...

Status:Requires Updates
PR:Community Contribution

Adding `on_draw_events` callback. This function is called when calendar is redrawed. ```js $(".fiscal-calendar-div").zabuto_calendar({ language: "es", today: true, ajax: { url: "/get_events", modal: false }, on_draw_events: function(events) { console.log(events) } });...

### Brief Summary I'm trying to completely disable openapi and wadl using this asadmin command: ``` set-openapi-configuration --enabled=false ``` But wadl endpoints are not disabled correctly and openapi endpoint is...

Type: Bug
Status: Open

It seems that `caCertsMountPath` is hardcoded to `/etc/ssl/certs`: https://github.com/vmware-tanzu/cert-injection-webhook/blob/6cdee4ae0687528c453efa5c7394f32b13202313/pkg/certinjectionwebhook/admission_controller.go#L28-L29 RHEL uses diferent path `/etc/pki/ca-trust/source/anchors` to store trusted CAs: ``` This directory /etc/pki/ca-trust/source/ contains CA certificates and trust settings in the...