RocketChat / RocketChat/Rocket.Chat

User custom fieds

Open
#26,510 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
46.1k
Forks
13.9k
Avg merge
3d 3h
Merged PRs (30d)
130

Description

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":"Руководитель",

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source files or tests are named. Reproduce the LDAP custom-field configuration with the Windows desktop client, compare it with the working mobile behavior, and trace why the department and manager fields are not displayed; done means both fields appear in the desktop client.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
desktop
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.