@buerokratt-ria/common-gui-components 0.0.53 → 0.0.54
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,10 @@ All changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
## Template [MajorVersion.MediterraneanVersion.MinorVersion] - DD-MM-YYYY
|
|
6
6
|
|
|
7
|
+
## [0.0.54] - 07.05.2026
|
|
8
|
+
|
|
9
|
+
- Remove authenticated person fields for filtering
|
|
10
|
+
|
|
7
11
|
## [0.0.53] - 06.05.2026
|
|
8
12
|
|
|
9
13
|
- Removed the Chosen CSA filter from chat history.
|
package/package.json
CHANGED
|
@@ -371,9 +371,6 @@ const ChatHistory: FC<PropsWithChildren<HistoryProps>> = ({
|
|
|
371
371
|
{label: t('chat.history.startTime'), value: 'created'},
|
|
372
372
|
{label: t('chat.history.endTime'), value: 'ended'},
|
|
373
373
|
{label: t('chat.history.csaName'), value: 'customerSupportFullName'},
|
|
374
|
-
{label: t('global.name'), value: 'endUserName'},
|
|
375
|
-
{label: t('global.idCode'), value: 'endUserId'},
|
|
376
|
-
{label: t('chat.history.contact'), value: 'contactsMessage'},
|
|
377
374
|
{label: t('chat.history.comment'), value: 'comment'},
|
|
378
375
|
{label: t('chat.history.rating'), value: 'feedbackRating'},
|
|
379
376
|
{label: t('chat.history.feedback'), value: 'feedbackText'},
|