Fixes #5127 mapped uuids not saving in registry (#5139)
commitd535d6edffad96798760a6446bbeb13794a1317f
authorStephen Nielson <stephen@nielson.org>
Tue, 12 Apr 2022 10:34:56 +0000 (12 06:34 -0400)
committerGitHub <noreply@github.com>
Tue, 12 Apr 2022 10:34:56 +0000 (12 06:34 -0400)
tree007c6a58435eb0ebcabfce0a1d5c592dc10a7b52
parent4c45017469632e9d9d39fd6a56077b1a75c61bf3
Fixes #5127 mapped uuids not saving in registry (#5139)

Made it so the uuids for mapped resources such as vitals are being
populated in the uuid registry.  Users will need to run the
sql_upgrade.php for any existing installation in order for the vitals to
get their registry populated.
src/Common/Uuid/UuidMapping.php
src/Common/Uuid/UuidRegistry.php