Rocket.Chat icon indicating copy to clipboard operation
Rocket.Chat copied to clipboard

User custom fieds

Open apnagaev opened this issue 2 years ago • 0 comments

version of Rocket.Chat (Server) 5.0.1 and earler version of Rocket.Chat (Client) 3.8.7 and earler

Steps to reproduce the behavior: Configure same custom-fields and map it to LDAP-attributes. Configuration of custom-fields: { "Телефон":{"type":"text","required":false,"public":true}, "Департамент":{"type":"text","required":false,"public":true}, "Отдел":{"type":"text","required":false,"public":true}, "Должность":{"type":"text","required":false,"public":true}, "Руководитель":{"type":"text","required":false,"public":true} } and configuration of LDAP-fields: { "department":"Отдел", "manager":"Руководитель", "mobile":"Телефон", "title":"Должность", "extensionAttribute5":"Департамент" }

Its work fine for mobile client and doesn't work for desktop (windows) client: image image

Two fields doesn't shows in desctop-client: "department":"Отдел","manager":"Руководитель",

apnagaev avatar Aug 08 '22 06:08 apnagaev