Currently, the "Lock all" and "Unlock all" operators only act on layers. This pull request modifies the `grease_pencil_layer_lock_all_exec` function so that instead of iterating over Layer of the grease pencil object, it iterates over TreeNode objects, affecting both Layer and Layer Group objects. Pull Request: https://projects.blender.org/blender/blender/pulls/133838