Skip to content

Fix fetching context from neo4j db#681

Closed
mszostok wants to merge 1 commit intocapactio:mainfrom
mszostok:fix-context-fetching
Closed

Fix fetching context from neo4j db#681
mszostok wants to merge 1 commit intocapactio:mainfrom
mszostok:fix-context-fetching

Conversation

@mszostok
Copy link
Copy Markdown
Collaborator

Description

Changes proposed in this pull request:

  • Fix fetching context from neo4j db

Context is save in db with:

apoc.convert.fromJsonMap(this.context)

so we always need to fetch it as:

context: apoc.convert.fromJsonMap(specBackend.context)

but in a few places we forgot about this mapping.

This will be done in #657

@mszostok mszostok closed this Mar 21, 2022
@mszostok mszostok deleted the fix-context-fetching branch March 21, 2022 09:09
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 this pull request may close these issues.

1 participant