Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Идентификация поля в файле с настройками окна и грида #311

Open
gsbelarus opened this issue Jan 27, 2020 · 0 comments
Assignees
Labels
gdmn-front Related to gdmn-front package ui

Comments

@gsbelarus
Copy link
Owner

gsbelarus commented Jan 27, 2020

Сейчас идет привязка только к имени атрибута:

        {
          "type": "FIELD",
          "parent": "Frame1",
          "fieldName": "USR$MN_MAINGOODKEY.ID",
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^
          "label": "Базовый товар",
          "name": "USR$MN_MAINGOODKEY.ID"
        },

Но, в запросе одна сущность может быть подлинкована несколько раз с разными алиасами. Правильнее наверное привязываться по коомбинации ALIAS.ATTRIBUTE_NAME.

И не совсем понятно, что за поле name в вышеуказанной структуре.

Такая же привязка к алиасу и имени атрибута должна быть и при сохранении настроек грида.

@gsbelarus gsbelarus added gdmn-front Related to gdmn-front package ui labels Jan 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gdmn-front Related to gdmn-front package ui
Projects
None yet
Development

No branches or pull requests

2 participants