GithubHelp home page GithubHelp logo

Comments (1)

wpaven avatar wpaven commented on August 16, 2024

Envision rewrites data models to be non-nested. It seems in 5.2 that breaks nested mappings.

for the archive, for me this exhibits as
Status 500: JS-JAVASCRIPT: let namespacePrefix = entityDefinition.namespacePrefix; -- Error running JavaScript request: TypeError: Cannot read property 'namespacePrefix' of undefined

I believe it is because the mapping conversion triggers are looking for sub-entities in the same file as the parent, so if they have been moved out to pure “$refs” that’s not found, the entity structure is undefined, and we get this JS version of an NPE.

Workaround is to edit the structured properties in quickstart (soon to be DHC) and set each to a non-ref type.

This works only if you never open the model in Connect again.

Connect assumes entities are distinct. Quickstart assume they're embedded. So $refs don't work right in either one. We can provide the user a way to navigate this in Connect.

from data-hub-central-community.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.