Skip to content

Commit

Permalink
WIP: reinstating abilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Filienko committed Dec 1, 2023
1 parent acc8449 commit d5203bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isacc_messaging/api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def update_patient_extensions(dry_run):
patient.mark_followup_extension(persist_on_change=not dry_run)


@base_blueprint.cli.command("maintenance-reinstate-patients-with-param")
@base_blueprint.cli.command("maintenance-reinstate-all-patients")
def update_patient_params():
"""Iterate through all patients, update any the parameter values for all of them"""
from isacc_messaging.models.fhir import next_in_bundle
Expand Down

0 comments on commit d5203bf

Please sign in to comment.