What is the best way for developers to upgrade libraries such as DataTables? Right now Openemr501 has outdated versions of Datatables 10.13 but the newest versions are using 10.18.
I’m looking for the best practices to handle this. Right now LibreEHR is using an approach where there is a function called call_required_libraries(‘argument’) which has all the include files in one spot. instead of having to refactor through hundreds of files where the js/css includes are the same, you only have to make changes in one method.
Is this something that we should incorporate here as well if we haven’t already?