We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c7bd2 commit 7569923Copy full SHA for 7569923
server/initialise.py
@@ -875,8 +875,10 @@ def renameSettings(config_file):
875
# Plugin columns (templates + WATCH values)
876
r"\bObject_PrimaryID\b": "objectPrimaryId",
877
r"\bObject_PrimaryId\b": "objectPrimaryId",
878
+ r"\bObjectPrimaryID\b": "objectPrimaryId",
879
r"\bObject_SecondaryID\b": "objectSecondaryId",
880
r"\bObject_SecondaryId\b": "objectSecondaryId",
881
+ r"\bObjectSecondaryID\b": "objectSecondaryId",
882
r"\bWatched_Value1\b": "watchedValue1",
883
r"\bWatched_Value2\b": "watchedValue2",
884
r"\bWatched_Value3\b": "watchedValue3",
0 commit comments