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 an issue with dynamic elastic-ids #726

Merged
merged 1 commit into from
Dec 22, 2022

Conversation

cdfa
Copy link
Contributor

@cdfa cdfa commented Dec 22, 2022

Looking up an object with m.collection_object["Object"][id] was broken when id was an elastic2 id (with ::Type appended). This commit fixes this and allows lookup with m.collection_object[id] as well.

Looking up an object with `m.collection_object["Object"][id]` was broken when id was an elastic2 id (with `::Type` appended).
This commit fixes this and allows lookup with `m.collection_object[id]` as well.
@cdfa cdfa requested a review from mworrell December 22, 2022 14:37
@mworrell
Copy link
Contributor

mworrell commented Dec 22, 2022

Ah yes, bit inspecting of the typed ids. As they are probably getting mixed up in templates.

@mworrell mworrell merged commit 410fe12 into master Dec 22, 2022
@mworrell mworrell deleted the fix-dynamic-id-lookup-elastic2 branch December 22, 2022 14:57
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.

2 participants