You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BREAKING_CHANGES.md
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,21 @@ state after the update.
55
55
User records cannot have the same organization set as both primary and secondary anymore, and trying to
56
56
do this will now result in an API error.
57
57
58
+
### Catalan locale change
59
+
60
+
The previously used Catalan locale used a wrong internal locale code and was deprecated. There is now a
61
+
new Catalan locale with the correct code "ca". The deprecated one will be removed in a future release of Zammad.
62
+
63
+
The update will switch all Catalan agent user profiles to the new 'Catalan (Català)' locale for their language preference.
64
+
65
+
Please note that Knowledge Bases using the deprecated Catalan locale will not be switched automatically. Please note
66
+
that changing the locale of a Knowledge Base causes a change in the public URLs. Therefore you can migrate
67
+
Knowledge Base at your own pace by running the following command:
68
+
69
+
```ruby
70
+
zammad run rails r "KnowledgeBase::Locale.find_by(system_locale: Locale.find_by(locale: 'es-ca')).update!(system_locale: Locale.find_by(locale: 'ca'))"
71
+
```
72
+
58
73
## 6.5.2
59
74
60
75
The following breaking changes occurred due to a security fix.
@@ -101,7 +116,7 @@ The structure of the **full search** (e.g. `/ticket/search?full=true`) remains t
101
116
102
117
Some objects used an object-related hash key, such as `ticket_ids`. This is now always `record_ids`.
103
118
104
-
The **count search** (e.g. `/ticket/search?only_total_count=true`) is a new feature.
119
+
The **count search** (e.g. `/ticket/search?only_total_count=true`) is a new feature.
105
120
106
121
### API performance optimization of asset return data
107
122
@@ -244,8 +259,8 @@ now it is forbidden.
244
259
On existing systems, the group names that contain the now reserved delimiter will be renamed, with sets of double colons
245
260
being replaced by a dash (`-`) during the migration process.
246
261
247
-
Additionally, existing custom group object attributes named _name\_last_ and _parent\_id_ will be renamed too, by adding
248
-
an underscore in front (_\_name\_last_ and _\_parent\_id_). This is due to these attributes now being part of the group
262
+
Additionally, existing custom group object attributes named _name_last_ and _parent_id_ will be renamed too, by adding
263
+
an underscore in front (_\_name_last_ and _\_parent_id_). This is due to these attributes now being part of the group
249
264
model, requiring dedicated table columns under the reserved names.
250
265
251
266
### Disallowed URL Values in User's Name Attributes
0 commit comments