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

Add support for in-memory View-based representations #1985

Closed
pcdavid opened this issue May 22, 2023 · 0 comments · Fixed by #1958
Closed

Add support for in-memory View-based representations #1985

pcdavid opened this issue May 22, 2023 · 0 comments · Fixed by #1958

Comments

@pcdavid
Copy link
Member

pcdavid commented May 22, 2023

It is possible to register View-based representation create programmatically or loaded from a .view model using IRepresentationDescriptionRegistryConfigurer, but the resulting representations can not actually be instanciated. This is because in Sirius Web, ViewRepresentationDescriptionSearchService only consults the documentRepository to resolve a respresentation sourceId, i.e. it only knows about View models which are actually stored in the database.

It should be possible to contribute in-memory View-based representations and use them even if they are never stored in the DB.

@pcdavid pcdavid added this to the 2023.6.0 milestone May 22, 2023
pcdavid added a commit that referenced this issue May 22, 2023
Bug: #1985
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
sbegaudeau pushed a commit that referenced this issue May 25, 2023
Bug: #1985
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
sbegaudeau pushed a commit that referenced this issue May 25, 2023
Bug: #1985
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
@sbegaudeau sbegaudeau linked a pull request May 25, 2023 that will close this issue
39 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants