Developer forum

Forum » CMS - Standard features » Saving Web site properties

Saving Web site properties

Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Hi there,

In the release notes for 8.5.1.12 I read: 16444 - Do not reload website properties when pressing save.

It seems that now when I save the changes to properties of a web site in the backend through the Frontpage, I lose the left-hand side navigation. Is that an unintentional side effect?

Imar


Replies

 
Nicolai Høeg Pedersen
Reply

Yes - that was a bug that should not have been fixed. It had side affects.

You can edit the /Admin/Content/Area/Edit.aspx in the "function save" javascript function and remove this piece:

if (action != "saveAndClose") {

$("MainForm").target = "SaveFrame";

setTimeout(function () { itemEdit.hideWait() }, 1500);

} else {

$("MainForm").target = "";

}

Also it will be removed in the next hotfix of 8.5.1 and in 8.6

BR Nicolai

 

You must be logged in to post in the forum