Skip to content

Commit 7569923

Browse files
committed
Refactor column name replacements to include variations for ObjectPrimaryID and ObjectSecondaryID
1 parent d7c7bd2 commit 7569923

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/initialise.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -875,8 +875,10 @@ def renameSettings(config_file):
875875
# Plugin columns (templates + WATCH values)
876876
r"\bObject_PrimaryID\b": "objectPrimaryId",
877877
r"\bObject_PrimaryId\b": "objectPrimaryId",
878+
r"\bObjectPrimaryID\b": "objectPrimaryId",
878879
r"\bObject_SecondaryID\b": "objectSecondaryId",
879880
r"\bObject_SecondaryId\b": "objectSecondaryId",
881+
r"\bObjectSecondaryID\b": "objectSecondaryId",
880882
r"\bWatched_Value1\b": "watchedValue1",
881883
r"\bWatched_Value2\b": "watchedValue2",
882884
r"\bWatched_Value3\b": "watchedValue3",

0 commit comments

Comments
 (0)