Uploaded image for project: 'Olingo'
  1. Olingo
  2. OLINGO-835

Items in metadata with custom namespace do not get translated into JSON metadata

    XMLWordPrintableJSON

Details

    • Question
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • None
    • None
    • odata4-client-JS
    • None

    Description

      The below property with xmlns:p5 is missing from the javascript object model olingo-odatav4-js produces

      XML model:
      ```xml
      <Property xmlns:p5="http://schemas.microsoft.com/ado/2009/02/edm/annotation" Name="CategoryID" Type="Edm.Int32" Nullable="false" p5:StoreGeneratedPattern="Identity"/>
      ```
      JS object model:
      ```json

      { "name": "CategoryID", "type": "Edm.Int32", "nullable": "false" }

      ,
      ```

      Its a question in general (regarding extension namespaces) and in particular the storeGeneratedPattern - that actually lets the client know if a field gets assigned server side: shouldn't they be translated?

      Attachments

        Activity

          People

            Unassigned Unassigned
            zpace Peter Zentai
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: