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

Fixes #822 - Namespaced scopes perform incorrect queries #823

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 15, 2023

  1. Fix namespaced scopes

    Namespaced scopes were prepending the namespace to the state name when
    performing the query. This is wrong. The fix is to pass the scope name
    and the state name as separate arguments to `aasm_create_scope`.
    kranzky committed May 15, 2023
    Configuration menu
    Copy the full SHA
    4a5770f View commit details
    Browse the repository at this point in the history