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

Fix revision mapping in controls #769

Open
StigNorland opened this issue Jan 17, 2022 · 2 comments
Open

Fix revision mapping in controls #769

StigNorland opened this issue Jan 17, 2022 · 2 comments
Assignees
Labels

Comments

@StigNorland
Copy link
Collaborator

StigNorland commented Jan 17, 2022

In every form and view there are components that load data from server.
These components have wrong mappings, find and update to correct mappings.

the components in question are under these paths.

\qddt-client\src\app\modules\selectors
\qddt-client\src\app\modules\selectors-dialog

@StigNorland
Copy link
Collaborator Author

 this.service.getRevisions(this.getElementKind(), this.current.id).then(
      (result: any) => {
        this.revisions = result._embedded.halRepresentationModels;
        this.showProgressBar = false;
      },

In this example _embedded.halRepresentationModels is the new json path that needs to be inserted

@StigNorland
Copy link
Collaborator Author

StigNorland commented Jan 17, 2022

image
And another example

StigNorland added a commit to StigNorland/kotlin24 that referenced this issue Jan 18, 2022
StigNorland added a commit to StigNorland/kotlin24 that referenced this issue Jan 18, 2022
StigNorland added a commit to StigNorland/kotlin24 that referenced this issue Jan 18, 2022
StigNorland added a commit to StigNorland/kotlin24 that referenced this issue Jan 24, 2022
DASISH/qddt-client#769

Issue med Category children deserialzing/persisting
StigNorland added a commit to StigNorland/kotlin24 that referenced this issue Jan 24, 2022
DASISH/qddt-client#769

Issue with Category children deserialzing/persisting, fixed
StigNorland added a commit to StigNorland/kotlin24 that referenced this issue Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants