We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Relates to #7649 and #7424
Currently, BrandingUtil does not do much more than handing back what you gave it. #3611 and #2710 where about options to override things.
BrandingUtil
So let's create new MPCONFIG variables:
dataverse.branding.installation.name
dataverse.branding.support.name
contact.support
dataverse.branding.support.mail
dataverse.mail.system.from
These can be either injected via CDI or retrieved programmatically via Config.getValue().
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Relates to #7649 and #7424
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.support
bundle string as is nowdataverse.branding.support.mail
, defaulting todataverse.mail.system.from
introduced for Move Java Mail configuration to application #7424These 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.
The text was updated successfully, but these errors were encountered: