cerb
cerb copied to clipboard
Cerb is a fully customizable, web-based platform for enterprise communication and process automation. Create high volume shared inboxes. Integrate with any API-based service and automate nearly any re...
See linked ticket for details, but the gist is that the date selector on a date-type text input in a worker interaction will only input a date, and will overwrite...
Just as `mail.reply.validate` can be used to intercept a reply and warn about new replies/comments before sending, client has asked for the same basic functionality before commenting.
Built-in date fields honor the formatting preference when exporting: But date-type custom fields are not.
Roles should not allow "delete" until they don't own any records.
Cerb could: 1) take note of people's browser dark-mode setting and default to that 2) If a worker logs in and has dark mode enabled (in their Cerb settings), add...
In this instance, a client had some `Calls` worklists (from the `Call Logging` plugin). That plugin was disabled, and when Cerb tried to display the list of worklists, it was...
The example is `customer@cerb,example`, which was being parsed as `customer@cerb` and `example`. It should limit the submission to just one email and warn the submitter. (This may well be moot,...
Client has asked for a "median" option, in addition to "mean" (average). features/cerberusweb.core/templates/internal/chart_kata/render.tpl (L457) would need a new case for "median".
The gist is a display kind of like the participants sheet, with a list and add/remove buttons, but as a prompt option in worker interactions. See linked ticket for more...