Closed (fixed)
Project:
Burndown
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2026 at 03:01 UTC
Updated:
5 Jul 2026 at 03:20 UTC
Jump to comment: Most recent
Burndown has a great feature of dynamically creating project specific perms for creation, edit, and delete. It would be nice to extend that granularity to Viewing the project.
Example:
Project "Public Project A" could be viewed by anyone with anonymous role
Project "Private Project B" could be viewed by logged in users
Project "Super Private Project C" and only be viewed by administrator and staff roles
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
swirtThis MR is working correctly now.
The approach should be 100% backward compatible as it only kicks in if people add a project specific view permission. This does not alter any action related api access. This only allows to optionally control "view" access to
Comment #5
jeremylichtman commentedMerged, and added to tag 1.0.59.
Comment #7
swirtThank you @jeremylichtman, you are fast. I hadn't even had a chance to add QA steps ;)