Skip to content

Commit 2368f93

Browse files
committed
Maintenance: Adds Catalan locale changes to Breaking Changes file
1 parent 213c664 commit 2368f93

1 file changed

Lines changed: 18 additions & 3 deletions

File tree

BREAKING_CHANGES.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,21 @@ state after the update.
5555
User records cannot have the same organization set as both primary and secondary anymore, and trying to
5656
do this will now result in an API error.
5757

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+
5873
## 6.5.2
5974

6075
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
101116

102117
Some objects used an object-related hash key, such as `ticket_ids`. This is now always `record_ids`.
103118

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.
105120

106121
### API performance optimization of asset return data
107122

@@ -244,8 +259,8 @@ now it is forbidden.
244259
On existing systems, the group names that contain the now reserved delimiter will be renamed, with sets of double colons
245260
being replaced by a dash (`-`) during the migration process.
246261

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
249264
model, requiring dedicated table columns under the reserved names.
250265

251266
### Disallowed URL Values in User's Name Attributes

0 commit comments

Comments
 (0)