Closed (fixed)
Project:
LMS Certificate
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
5 Dec 2025 at 19:13 UTC
Updated:
1 Jan 2026 at 16:24 UTC
Jump to comment: Most recent
Sites may want to show student's past certificates, so we should allow it to be configured for displays and views.
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 #4
catchComment #5
catchThe field currently can't be configured for display but that's a core bug with bundle fields. Once it can be, we want field access so it only shows when you're going to be able to download something.
Comment #6
graber commentedLooks good!
Comment #7
catchMade one more change to add a trait for the certificate access, wasn't entirely sure how much code could change but it reduces quite a lot of duplication in the end - just needs the group and user, then does the rest.
Comment #8
graber commentedComment #9
catchFixed the typos/cs issues - green pipeline now.
Comment #10
graber commentedMerge train on the way.