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
Replaces positional arguments in note creation with a NewNote struct for improved clarity and maintainability. Updates all usages of store_new_note to use the new struct, adjusts related logic, and modernizes variable declarations and type usage throughout affected files. Also updates unit tests and related code to match the new interface.
#1046
int edit_selector = webserver_request.database_config_user()->get_consultation_notes_edit_selector();
61
-
auto non_edit_selector = static_cast<Database_Notes::NonEditSelector>(webserver_request.database_config_user()->get_consultation_notes_non_edit_selector());
auto severity_selector = static_cast<Database_Notes::SeveritySelector>(webserver_request.database_config_user()->get_consultation_notes_severity_selector());
0 commit comments