You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
The /manager/configuration/mail/global request is being made, but the Email settings data is not being rendered in the management/configuration/global configuration view.
The error is due to the fact that in the global-configuration-global.js file the currentConfig['mail-global'] fields are not being added to the mainSettingsConfig object or a new one is being created for the mail configuration.
The error comes from version 3.12.3 when ported from file: public/templates/management/configuration/global-configuration/global.html
Preconditions
Have e-mail notifications configured
Steps to reproduce
Navigate to management/configuration/global configuration
See that only email notification = yes and see that the request /manager/configuration/mail/global returns data
Actual Result
1.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here. Here you can paste log entries too or any other useful information that may help with the issue.
The text was updated successfully, but these errors were encountered:
To solve the problem, it is necessary to add the data from currentConfig['mail-global'] to globalSettingsConfig, as this is where the email information is stored.
Description
The
/manager/configuration/mail/global
request is being made, but theEmail settings
data is not being rendered in themanagement/configuration/global configuration
view.The error is due to the fact that in the
global-configuration-global.js
file thecurrentConfig['mail-global']
fields are not being added to the mainSettingsConfig object or a new one is being created for the mail configuration.The error comes from version
3.12.3
when ported from file:public/templates/management/configuration/global-configuration/global.html
Preconditions
Steps to reproduce
management/configuration/global configuration
email notification = yes
and see that the request/manager/configuration/mail/global
returns dataActual Result
1.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here. Here you can paste log entries too or any other useful information that may help with the issue.
The text was updated successfully, but these errors were encountered: