Skip to content

Commit

Permalink
attestation_v2 feature flag specific to pf renamed to md_attestation_…
Browse files Browse the repository at this point in the history
…v2 to as attestation_v2 is used by ds
  • Loading branch information
maatinito committed Oct 11, 2024
1 parent fb81ebb commit 23f3de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/attestation_template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def signature_filename
end

def md_version(procedure)
{ md_version: procedure.feature_enabled?(:attestation_v2) ? :v2 : :v1 }
{ md_version: procedure.feature_enabled?(:md_attestation_v2) ? :v2 : :v1 }
end

def tiptap_body
Expand Down

0 comments on commit 23f3de2

Please sign in to comment.