You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The function _nullStatus in NDB_BVL_Instrument class checks for fields ending with _status having set values, and sets their corresponding fields without _status to null. An array of data from flag often includes the field Data_entry_completion_status. When passing this array through _saveValues function to save, this results in a mistake where a new field Data_entry_completion is created and set to null.
A possible solution to this would be to move the Data_entry_completion_status field into its own column in the flag table.
The text was updated successfully, but these errors were encountered:
Describe the bug
The function _nullStatus in NDB_BVL_Instrument class checks for fields ending with _status having set values, and sets their corresponding fields without _status to null. An array of data from flag often includes the field Data_entry_completion_status. When passing this array through _saveValues function to save, this results in a mistake where a new field Data_entry_completion is created and set to null.
A possible solution to this would be to move the Data_entry_completion_status field into its own column in the flag table.
The text was updated successfully, but these errors were encountered: