Skip to content

Commit

Permalink
11.0.2: * [Workflows] Fixed an issue when a record is owned by a work…
Browse files Browse the repository at this point in the history
…flow and not visible by non-admin workers.
  • Loading branch information
jstanden committed Jan 9, 2025
1 parent 3865084 commit bed604a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/Application.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -1597,6 +1597,7 @@ public static function isReadableByDelegateOwner($actor, $context, $models, $own

// Everyone can read app-owned records
case CerberusContexts::CONTEXT_APPLICATION:
case CerberusContexts::CONTEXT_WORKFLOW:
$is_readable = true;
break;

Expand Down

0 comments on commit bed604a

Please sign in to comment.