Skip to content

Commit

Permalink
avniproject/avni-product#1561 - unrelated. missing enum value for che…
Browse files Browse the repository at this point in the history
…cklistitem rule failiure entity type
  • Loading branch information
petmongrels committed Mar 29, 2024
1 parent c6cf74c commit 319e5d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package org.avni.server.domain.enums.ruleFailure;

public enum EntityType {
Individual, ProgramEnrolment, ProgramEncounter, Encounter, WorkList, Checklist, ReportCard;
}
Individual, ProgramEnrolment, ProgramEncounter, Encounter, WorkList, Checklist, ReportCard, ChecklistItem;
}

0 comments on commit 319e5d7

Please sign in to comment.