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 Modules API when using Identifiers #282

Merged
merged 1 commit into from
Oct 14, 2022

Conversation

shbatm
Copy link
Contributor

@shbatm shbatm commented Oct 5, 2022

Bug Fix

Unreported bug: Modules API would inadvertently report data or act on all modules with a matching name, even when using an module identifier as the parameter.

This PR corrects this behavior to the expected behavior of only acting on the module matching the unique identifier.

Steps to reproduce

Given multiple instances of module (e.g. calendar). Calling http://localhost:8080/api/module/module_5_calendar would return data for all calendar modules instead of just instance 5. This also caused hide/show actions to fail to act on the expected module.

Additional info

@ezeholz ezeholz merged commit 2322fbe into Jopyth:master Oct 14, 2022
@shbatm shbatm deleted the fix_identifiers branch October 14, 2022 01:23
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