Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Utf-8 in Schema view #534

Closed
spiner2000 opened this issue May 7, 2024 · 5 comments
Closed

Utf-8 in Schema view #534

spiner2000 opened this issue May 7, 2024 · 5 comments
Assignees

Comments

@spiner2000
Copy link

spiner2000 commented May 7, 2024

Cosmetic issue: keys of container types defined with Utf-8 symbols does not displayed properly in schema view of table:

image

@spiner2000
Copy link
Author

same in the tooltip of row headers

@ma-efremoff
Copy link
Collaborator

Please describe detailed steps to reproduce

@spiner2000
Copy link
Author

spiner2000 commented May 29, 2024

field example

{
    "name": "СвПрод",
    "required": false,
    "type": "any",
    "type_v3": {
        "type_name": "optional",
        "item": {
            "type_name": "list",
            "item": {
                "type_name": "struct",
                "members": [
                    {
                        "type": "utf8",
                        "name": "КодПрод"
                    },
                    {
                        "type": "utf8",
                        "name": "НаимПрод"
                    },
                    {
                        "type": "utf8",
                        "name": "ПрОтнПрод"
                    }
                ]
            }
        }
    }
}

How it looks like in schema tab of table:

image

@vrozaev
Copy link
Collaborator

vrozaev commented Jun 28, 2024

Hello @spiner2000, it's should be fixed together with #533. Could you check that it's works?

@vrozaev vrozaev closed this as completed Jun 28, 2024
@spiner2000
Copy link
Author

Hello @spiner2000, it's should be fixed together with #533. Could you check that it's works?
Sorry, I missed this. No, the latest UI still has it.

image

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants