ix icon indicating copy to clipboard operation
ix copied to clipboard

Category Filter | Category options must be an object to hold "label" and "Value".

Open Jayesh26 opened this issue 9 months ago • 1 comments

Prerequisites

  • [X] I have read the Contributing Guidelines.
  • [X] I have not leaked any internal/restricted information like screenshots, videos, code snippets, links etc.

Suggestion / feature request

Currently Category can have values like: { ID1:{ "label": Project "Options": [ Project1, Project2 ] } }

instead of above there should be provision for:

{ ID1:{ "label": Project "Options": [ { "label": "Project1", "value": "UIDA78092" }, { "label": "Project2", "value": "UIDA78992" } ] } }

The option value can be used for uniquely identifying the project as string name can be duplicated and useful for API call.

Jayesh26 avatar May 07 '24 09:05 Jayesh26

🤖 Hello @Jayesh26

Your issue will be analyzed and is part of our internal workflow. To get informed about our workflow please checkout the Contributing Guidelines

JIRA: IX-1237

github-actions[bot] avatar May 16 '24 09:05 github-actions[bot]