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

[create_timepoint] Fix type errors in timepoint creation #9361

Merged
merged 2 commits into from
Sep 25, 2024

Commits on Sep 25, 2024

  1. [create_timepoint] Fix type errors in timepoint creation

    LorisForm returns values as strings, but \ProjectID::singleton
    and \CenterID::singleton take integer values. This updates the
    singleton calls to cast as an int to fix the type errors on
    timepoint creation.
    Dave MacFarlane committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    32c1ab6 View commit details
    Browse the repository at this point in the history
  2. Indent terniary operator

    Dave MacFarlane committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6c96b8e View commit details
    Browse the repository at this point in the history