This commit fixes an issue that might occur in cases where
sanitizeSelector function fails sanitize a selector made out of
concatenated release/group name, leading to a crash. The new method uses
UUID of the button object, i.e. either group id or release id,
preventing the issue from ever occuring.
This commit fixes an issue that might occur in cases where
sanitizeSelector
function fails sanitize a selector made out of concatenated release/group name, leading to a crash. The new method uses UUID of the button object, i.e. either group id or release id, preventing the issue from ever occuring.