Mantas Masalskis

Results 85 comments of Mantas Masalskis

I wonder what could be the best way to fix it. It's to highlight surrounding HTML as well and then result looks like this: ![Screenshot 2024-05-03 at 13 04 54](https://github.com/zammad/zammad/assets/36944/ec82a534-5d07-433e-ad3a-5f78904e336f)...

I've a use case for selectable timezone. When I'm traveling across timezones, I like my phone auto-set to local timezone. But it's annoying if calendar and other time-sensitive apps switch...

> @mantas what about dates rendered server-side, say a date field in a notification. This can only use the users' stored offset (and not their time zone), and will therefore...

Hi @DjMagicFingers , Just to make sure, is this issue with notifications/triggers only? Or does it affect manually written responses as well?

@dominikklein triggers set title using `PerformChanges::Action::AttributeUpdates` which escapes resulting string (see above). While if trigger action is to add note, it uses `Ticket::PerformChanges::Action::ArticleNote` instead.

Update as per discussion with @martini There're two ways to solve this: 1. Quick fix to to remove limit of 100 and move all tickets, no matter how many of...

> -> Actually, the behavior right now is, that last updated answers are moved to the end of a search result That's what #5099 is about :) I'd propose to...

Once date/time formats are in `Locale`, will we allow to customize them on per-instance bases? Currently it's possible to find it in `#system/translations` and then override with the desired format.

Good question. People do have widely different preferences for time formats and IMO it does not hurt if we let them to be modified on per-instance basis. Vast majority (if...