Skip to content

Commit

Permalink
Update for 2.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
martini committed Jun 5, 2018
1 parent 0e376a3 commit ee6c841
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,37 @@
# Change Log

## [2.4.1](https://github.com/zammad/zammad/tree/2.4.1) (2018-06-05)
[Full Changelog](https://github.com/zammad/zammad/compare/2.4.0...2.4.1)

**Implemented enhancements:**
- Missing CC autocomplete / type ahead function in ticket create screen \(\#1018286\) [\#1990](https://github.com/zammad/zammad/issues/1990) [[enhancement](https://github.com/zammad/zammad/labels/enhancement)]

**Fixed bugs:**
- "Create new Customer" form delayed display [\#1957](https://github.com/zammad/zammad/issues/1957) [[bug](https://github.com/zammad/zammad/labels/bug)]
- Zendesk import: To/From extraction for system comments fails [\#2040](https://github.com/zammad/zammad/issues/2040) [[bug](https://github.com/zammad/zammad/labels/bug)]
- Import fails for Object Attribute with non-ASCII name [\#2039](https://github.com/zammad/zammad/issues/2039) [[bug](https://github.com/zammad/zammad/labels/bug)]
- Import job \(LDAP/Exchange\) hangs on scheduler restart [\#2014](https://github.com/zammad/zammad/issues/2014) [[bug](https://github.com/zammad/zammad/labels/bug)]
- Scheduler destroys variables in text \(after a while\) [\#2001](https://github.com/zammad/zammad/issues/2001) [[bug](https://github.com/zammad/zammad/labels/bug)] [[notification](https://github.com/zammad/zammad/labels/notification)] [[trigger](https://github.com/zammad/zammad/labels/trigger)]
- Admin UI does not allow to select Timezone in "Calendars" options [\#1971](https://github.com/zammad/zammad/issues/1971) [[bug](https://github.com/zammad/zammad/labels/bug)]
- Ticket waiting time report backend creates high CPU load with script/scheduler.rb [\#1995](https://github.com/zammad/zammad/issues/1995) [[bug](https://github.com/zammad/zammad/labels/bug)]
- Use of wrong recipient if sender is also an agent [\#1996](https://github.com/zammad/zammad/issues/1996) [[bug](https://github.com/zammad/zammad/labels/bug)]
- ObjectManager: New select attributes with empty selection will lead block UI [\#1980](https://github.com/zammad/zammad/issues/1980) [[bug](https://github.com/zammad/zammad/labels/bug)]
- If fingerprint is an integer background job for verifying will fail [\#1974](https://github.com/zammad/zammad/issues/1974) [[bug](https://github.com/zammad/zammad/labels/bug)]
- Ticket templates disappear after logout/login in same browser session [\#1669](https://github.com/zammad/zammad/issues/1669) [[bug](https://github.com/zammad/zammad/labels/bug)] [[ticket templates](https://github.com/zammad/zammad/labels/ticket%20templates)]
- CalendarimportSync-Errors in Outlook 2016 [\#1332](https://github.com/zammad/zammad/issues/1332) [[bug](https://github.com/zammad/zammad/labels/bug)]
- Generic OAuth2 authentication: incorrect redirect\_uri during access token request, does not match authorization request due to query parameters being appended [\#1642](https://github.com/zammad/zammad/issues/1642) [[bug](https://github.com/zammad/zammad/labels/bug)]
- Failing scheduler job retries to fast without any time offset [\#1950](https://github.com/zammad/zammad/issues/1950) [[bug](https://github.com/zammad/zammad/labels/bug)]
- Use mime type of attachments if present for outgoing emails [\#1919](https://github.com/zammad/zammad/issues/1919) [[bug](https://github.com/zammad/zammad/labels/bug)]
- New ticket attributes is also show for customers \(which should not\). [\#1952](https://github.com/zammad/zammad/issues/1952) [[bug](https://github.com/zammad/zammad/labels/bug)]
- Can't find organization anymore after index rebuild [\#1933](https://github.com/zammad/zammad/issues/1933) [[bug](https://github.com/zammad/zammad/labels/bug)]
- Sometimes notifications are not marked as seen if somebody else already closed the ticket [\#1920](https://github.com/zammad/zammad/issues/1920) [[bug](https://github.com/zammad/zammad/labels/bug)]
- Generated chat widget code misses required option chatId [\#1936](https://github.com/zammad/zammad/issues/1936) [[bug](https://github.com/zammad/zammad/labels/bug)]
- Pulldowns are not sorted currently [\#1923](https://github.com/zammad/zammad/issues/1923) [[bug](https://github.com/zammad/zammad/labels/bug)]
- Only images in new note are lost on submit [\#1917](https://github.com/zammad/zammad/issues/1917) [[bug](https://github.com/zammad/zammad/labels/bug)]
- Stored Exchange remote\_id in login causes sync to update wrong user [\#1905](https://github.com/zammad/zammad/issues/1905) [[bug](https://github.com/zammad/zammad/labels/bug)]
- Ticket-Property of type Tree-Select mixes up children [\#1660](https://github.com/zammad/zammad/issues/1660) [[bug](https://github.com/zammad/zammad/labels/bug)]


## [2.4.0](https://github.com/zammad/zammad/tree/2.4.0) (2018-03-29)
[Full Changelog](https://github.com/zammad/zammad/compare/2.3.0...2.4.0)

Expand Down

0 comments on commit ee6c841

Please sign in to comment.