From 534f053b1c498bbfdcabb5f86d095bcbc376b8bc Mon Sep 17 00:00:00 2001 From: jdar8 <69840459+jdar8@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:08:38 -0800 Subject: [PATCH] Updated Bumping Error Code (markdown) --- Bumping-Error-Code.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Bumping-Error-Code.md b/Bumping-Error-Code.md index d28007e..5e57129 100644 --- a/Bumping-Error-Code.md +++ b/Bumping-Error-Code.md @@ -3,6 +3,7 @@ ## Active changes | status | code value | dev name | hapi branch | |--------|---------|----------|-------------| +| pending | 2567 | Justin Dar | jd-20241030-fix-fulltext-searches-with-accurate-total-2 | | pending | 2562-2566 | James | ja_20240718_pk_schema_selector | ja_20240718_pk_schema_selector | | pending | 2554-2559(inclusive),2561 | Luke | 6560-evaluate-measure-timezone | ld-20240919-evaluate-measure-timezone | | pending | 2552,2553 | leif | 6285-value-set-expansion-issues | @@ -104,4 +105,4 @@ HAPI-FHIR uses an error tracking strategy where a unique code value is associated with a particular line of code that throws an error. The number increments as new lines of errors are added. ## Process -If you're adding new lines of code that throws errors and uses `Msg.code`, please update this table in a new column with the latest code value you have used up to, your name, status of the MR, and the branch it's in. \ No newline at end of file +If you're adding new lines of code that throws errors and uses `Msg.code`, please update this table with a new row containing the latest code value you have used up to, your name, status of the MR, and the branch it's in. \ No newline at end of file