Merge pull request #3586 from thabaum/patch-6
Refreshes Admin Settings Page When User Updates Logo. Fixes #3582
This commit is contained in:
@ -579,6 +579,11 @@
|
|||||||
if (logofileid != -1)
|
if (logofileid != -1)
|
||||||
{
|
{
|
||||||
site.LogoFileId = logofileid;
|
site.LogoFileId = logofileid;
|
||||||
|
if (logofileid != _logofileid)
|
||||||
|
{
|
||||||
|
_logofileid = logofileid;
|
||||||
|
refresh = true; // needs to be refreshed on client
|
||||||
|
}
|
||||||
}
|
}
|
||||||
int? faviconFieldId = _faviconfilemanager.GetFileId();
|
int? faviconFieldId = _faviconfilemanager.GetFileId();
|
||||||
if (faviconFieldId == -1) faviconFieldId = null;
|
if (faviconFieldId == -1) faviconFieldId = null;
|
||||||
|
Reference in New Issue
Block a user