The 'References UUID' Module cannot be enabled because the 'UUID' Module is missing.
I cannot find this module in Backdrop repos or github.
I have found no mention of this on the Forum.
Any ideas?
The 'References UUID' Module cannot be enabled because the 'UUID' Module is missing.
I cannot find this module in Backdrop repos or github.
I have found no mention of this on the Forum.
Any ideas?
UUID functionality is in core now, though not as a separate module. So you could delete the dependency from the References UUID info file.
Thanks, for that, @docwilmot Did the trick!
I don't think that's enough. Even though UUID functionality is in core, References UUID relies on a few hooks that aren't in core, but can be found in the UUID contrib D7 module. Such as hook_field_uuid_load().
UUID functionality is in core now, though not as a separate module. So you could delete the dependency from the References UUID info file.