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

Tabular manifest nepalaiko nested Text tipo #940

Open
JustinasKen opened this issue Oct 31, 2024 · 0 comments · May be fixed by #944
Open

Tabular manifest nepalaiko nested Text tipo #940

JustinasKen opened this issue Oct 31, 2024 · 0 comments · May be fixed by #944

Comments

@JustinasKen
Copy link
Contributor

JustinasKen commented Oct 31, 2024

Tabular manifest palaiko tik paprastus Text tipus, tai yra vieno nested lygio.

Bandant pridėti Text tipą prie Object ar Denorm tipo, gauname skaitymo klaidas (nenuskaito visų kalbų, tik pirmą).

        d | r | b | m | property               | type    | ref       | access | title
        example                                |         |           |        |
                                               |         |           |        |
          |   |   | Country                    |         | id        |        |
          |   |   |   | id                     | integer |           | open   |
          |   |   |   | name                   | string  |           | open   |
                                               |         |           |        |
          |   |   | City                       |         | id        |        |
          |   |   |   | id                     | integer |           | open   |
          |   |   |   | country                | ref     | Country   | open   |
          |   |   |   | country.code           | string  |           | open   |
          |   |   |   | country.name@lt        | string  |           | open   |
          |   |   |   | country.name@en        | string  |           | open   |

Bandant perkurti tokį manifest, gauname:

    d | r | b | m | property               | type    | ref       | access | title
    example                                |         |           |        |
                                           |         |           |        |
      |   |   | Country                    |         | id        |        |
      |   |   |   | id                     | integer |           | open   |
      |   |   |   | name                   | string  |           | open   |
                                           |         |           |        |
      |   |   | City                       |         | id        |        |
      |   |   |   | id                     | integer |           | open   |
      |   |   |   | country                | ref     | Country   | open   |
      |   |   |   | country.code           | string  |           | open   |
      |   |   |   | country.name@en        | string  |           | open   |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant