Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Instrument] Remove exception from NDB_BVL_Instrument::factory #8290

Merged
merged 3 commits into from
Feb 21, 2023

Commits on Feb 21, 2023

  1. [Instrument] Remove exception from NDB_BVL_Instrument::factory

    This removes the exception from NDB_BVL_Instrument::factory(), so that
    it's possible to call hasAccess on an instrument. Currently the hasAccess
    or Factory call mix concerns, making it difficult for a module to check
    if a user has access to an instrument.
    driusan committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    df7d011 View commit details
    Browse the repository at this point in the history
  2. Forbidden not NotFound

    driusan committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    a4784be View commit details
    Browse the repository at this point in the history
  3. Add debug log

    driusan committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    96a0f0f View commit details
    Browse the repository at this point in the history