-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let configurable groups see "Related submissions" #3958
Labels
Type: Enhancement
This is an improvement of an existing thing (not a new thing, which would be a feature).
Comments
bickelj
added
the
Type: Enhancement
This is an improvement of an existing thing (not a new thing, which would be a feature).
label
May 31, 2024
bickelj
added a commit
to bickelj/hypha
that referenced
this issue
May 31, 2024
Administrators can see "Related submissions" on a Submissions Details page. This change allows a Wagtail administrator to add visibility to any Group such that members of the Group can also see "Related submissions." This change embraces Django Group and Wagtail Setting Models such that the settings can be made within the application. A Wagtail administrator can add visibility from the `admin` interface via Settings -> Submission Details Page Settings. To grant visibility, the administrator checks the "Sees related submissions" box for the Group specified in the Group dropdown. To revoke visibility, the administrator unchecks the same. However, if a user is a member of any group that has been granted visibility, the user will have visibility. Fixes HyphaApp#3958
bickelj
added a commit
to bickelj/hypha
that referenced
this issue
May 31, 2024
Administrators can see "Related submissions" on a Submissions Details page. This change allows a Wagtail administrator to add visibility to any Group such that members of the Group can also see "Related submissions." This change embraces Django Group and Wagtail Setting Models such that the settings can be made within the application. A Wagtail administrator can add visibility from the `admin` interface via Settings -> Submission Details Page Settings. To grant visibility, the administrator checks the "Sees related submissions" box for the Group specified in the Group dropdown. To revoke visibility, the administrator unchecks the same. However, if a user is a member of any group that has been granted visibility, the user will have visibility. Fixes HyphaApp#3958
bickelj
added a commit
to bickelj/hypha
that referenced
this issue
Jun 4, 2024
Administrators can see "Related submissions" on a Submissions Details page. This change allows a Wagtail administrator to add visibility to any Group such that members of the Group can also see "Related submissions." This change embraces Django Group and Wagtail Setting Models such that the settings can be made within the application. A Wagtail administrator can add visibility from the `admin` interface via Settings -> Submission Details Page Settings. To grant visibility, the administrator checks the "Sees related submissions" box for the Group specified in the Group dropdown. To revoke visibility, the administrator unchecks the same. However, if a user is a member of any group that has been granted visibility, the user will have visibility. Fixes HyphaApp#3958
bickelj
added a commit
to bickelj/hypha
that referenced
this issue
Jun 4, 2024
Administrators can see "Related submissions" on a Submissions Details page. This change allows a Wagtail administrator to add visibility to any Group such that members of the Group can also see "Related submissions." This change embraces Django Group and Wagtail Setting Models such that the settings can be made within the application. A Wagtail administrator can add visibility from the `admin` interface via Settings -> Submission Details Page Settings. To grant visibility, the administrator checks the "Sees related submissions" box for the Group specified in the Group dropdown. To revoke visibility, the administrator unchecks the same. However, if a user is a member of any group that has been granted visibility, the user will have visibility. Fixes HyphaApp#3958
bickelj
added a commit
to bickelj/hypha
that referenced
this issue
Jun 5, 2024
Administrators can see "Related submissions" on a Submissions Details page. This change allows a Wagtail administrator to add visibility to any Group such that members of the Group can also see "Related submissions." This change embraces Django Group and Wagtail Setting Models such that the settings can be made within the application. A Wagtail administrator can add visibility from the `admin` interface via Settings -> Submission Details Page Settings. To grant visibility, the administrator checks the "Sees related submissions" box for the Group specified in the Group dropdown. To revoke visibility, the administrator unchecks the same. However, if a user is a member of any group that has been granted visibility, the user will have visibility. Fixes HyphaApp#3958
bickelj
added a commit
to bickelj/hypha
that referenced
this issue
Jun 5, 2024
Administrators can see "Related submissions" on a Submissions Details page. This change allows a Wagtail administrator to add visibility to any Group such that members of the Group can also see "Related submissions." This change embraces Django Group and Wagtail Setting Models such that the settings can be made within the application. A Wagtail administrator can add visibility from the `admin` interface via Settings -> Submission Details Page Settings. To grant visibility, the administrator checks the "Sees related submissions" box for the Group specified in the Group dropdown. To revoke visibility, the administrator unchecks the same. However, if a user is a member of any group that has been granted visibility, the user will have visibility. Fixes HyphaApp#3958
bickelj
added a commit
to bickelj/hypha
that referenced
this issue
Aug 8, 2024
Administrators can see "Related submissions" on a Submissions Details page. This change allows a Wagtail administrator to add visibility to any Group such that members of the Group can also see "Related submissions." This change embraces Django Group and Wagtail Setting Models such that the settings can be made within the application. A Wagtail administrator can add visibility from the `admin` interface via Settings -> Submission Details Page Settings. To grant visibility, the administrator checks the "Sees related submissions" box for the Group specified in the Group dropdown. To revoke visibility, the administrator unchecks the same. However, if a user is a member of any group that has been granted visibility, the user will have visibility. Fixes HyphaApp#3958
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Type: Enhancement
This is an improvement of an existing thing (not a new thing, which would be a feature).
Is your feature request related to an existing functionality? Please describe.
On the Submissions details pages, it is nice that Administrators can see the "Related submissions" but other groups would like to see "Related submissions" too.
Describe the solution you'd like
Allow Administrators to configure which groups should also be able to see "Related submissions."
Describe alternatives you've considered
Hardcoding a specific group to be able to see the box (yuck).
Priority
Affected roles
The text was updated successfully, but these errors were encountered: