-
Notifications
You must be signed in to change notification settings - Fork 535
Open
Description
Currently, BrandingUtil does not do much more than handing back what you gave it. #3611 and #2710 where about options to override things.
So let's create new MPCONFIG variables:
dataverse.branding.installation.name, defaulting to the root Dataverse collection namedataverse.branding.support.name, defaulting to root Dataverse collection name +contact.supportbundle string as is nowdataverse.branding.support.mail, defaulting todataverse.mail.system.fromintroduced for Move Java Mail configuration to application #7424
These can be either injected via CDI or retrieved programmatically via Config.getValue().
Easiest way to go IMHO: add a LookupConfigSource that has access to the necessary database services and might be used for other stuff down the road.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels