- πΊπΈUnited States TomTech
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.
I noticed this assumption in commerce_license_access(), and I think it's a bit too broad. Patch attached to add a further condition that checks the license status.
if (isset($license) && $op == 'view') {
// If there's no user attached, the license is still in checkout, so
// allow it to be viewed freely.
if ($license->uid == 0) {
return TRUE;
}
Closed: outdated
1.0
Code
Automatically closed because Drupal 7 security and bugfix support has ended β as of 5 January 2025. If the issue verifiably applies β to later versions, please reopen with details and update the version.