pawarprasad123 opened a new pull request, #492: URL: https://github.com/apache/atlas/pull/492
## What changes were proposed in this pull request? Currently, during Business Metadata create/edit operations, the API request always uses SINGLE cardinality for attributes, regardless of the UI selection. This limits the ability to correctly define multi-valued attributes. The UI should support configuring cardinality based on the Enable multiple values option, allowing users to choose between SINGLE, SET, and LIST where applicable. Expected Behavior When Enable multiple values is unchecked: Attribute cardinality should be set to: cardinality: "SINGLE" When Enable multiple values is checked: Default cardinality should be: cardinality: "SET" If the user toggles the option, cardinality should change to: cardinality: "LIST" ## How was this patch tested? Manlually <img width="1844" height="1052" alt="Screenshot from 2025-12-31 17-29-27" src="https://github.com/user-attachments/assets/39c07cc0-7be7-46e7-9a36-9ce9e9832bb5" /> <img width="1844" height="1052" alt="Screenshot from 2025-12-31 17-29-17" src="https://github.com/user-attachments/assets/005534d8-7d07-49af-8362-41a69e780341" /> <img width="1844" height="1052" alt="Screenshot from 2025-12-31 17-29-06" src="https://github.com/user-attachments/assets/18ae7911-6580-4d9c-bc04-6c9bd521d56e" /> <img width="1844" height="1052" alt="Screenshot from 2025-12-31 17-28-34" src="https://github.com/user-attachments/assets/f95d5dd0-475f-48ca-809d-97c20ecbad7a" /> <img width="1844" height="1052" alt="Screenshot from 2025-12-31 17-26-43" src="https://github.com/user-attachments/assets/18908c3b-4c85-4cb3-8102-6ae1b7332809" /> <img width="1844" height="1052" alt="Screenshot from 2025-12-31 17-26-34" src="https://github.com/user-attachments/assets/e2065cb0-5a81-4888-bfb5-f1db5b7e66fe" /> <img width="1844" height="1125" alt="Screenshot from 2025-12-31 17-09-10" src="https://github.com/user-attachments/assets/7ae248e0-b201-455b-b382-d63e359567f1" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
