Page Customizations fail to save
Description
Environment
is caused by
relates
Activity

Cynthia Wilburn March 12, 2012 at 2:18 PM
Reopening to add 6.1.1 CE GA2. Close as Fixed.

Sharry Shi February 21, 2012 at 6:43 PM
PASSED Manual Testing following the steps in the description.
Reproduced on:
Tomcat 7.0 + MySQL 5. 6.1.RC1.
Operations in Page Customizations are not saved.
Fixed on:
Tomcat 7.0 + MySQL 5. 6.1.x GIT ID: 54a4346e9e0b170721cbb60b3f81d03f85912b40.
Tomcat 7.0 + MySQL 5. 6.2.x GIT ID: d6f0e2abb8add5eeb20551d5b24a2dbd070036a4.
Operations in Page Customizations are saved as expect.

Michael Saechang February 21, 2012 at 12:19 PM
Committed on:
6.1.x GIT ID: 139b4d33084551646051656eeee281adc86e89c1.
6.2.x GIT ID: 737b049424bfdbbe3626343cd15420ab24f8b560.

Topolik January 17, 2012 at 5:45 AM
I've just found the same issue.
It's because dockbar.js sends wrong key, it sends TypeSettingsProperties--layout-column_column-2-customizable--
instead of TypeSettingsProperties--column-2-customizable--
It's caused by using wrong div id column. It should use .portlet-column
with id="column-2"
instead of .portlet-dropzone
with id="layout-column_column-2"
.

Charles Austin January 6, 2012 at 11:17 AM
I'm also running into this in the following environments:
Tomcat 7.0 + MySQL 5. 6.1.x Git ID: cda939cf89bd385bbf7fa0af6df2b0294e078ee8.
Tomcat 7.0 + MySQL 5. 6.2.x Git ID: 47a4a4523b8250e28995725fb0042a5be0cad1e1.
Details
Assignee
Sharry ShiSharry Shi(Deactivated)Reporter
Drew BlessingDrew BlessingBranch Version/s
6.1.xBackported to Branch
CommittedCaused by
Other bug fixWhere was the bug?
JavascriptGit Pull Request
Components
Fix versions
Affects versions
Priority
Medium
Details
Details
Assignee

Reporter

Branch Version/s
Backported to Branch
Caused by
Where was the bug?
Git Pull Request
Components
Fix versions
Affects versions
Priority
Zendesk Support
Linked Tickets
Zendesk Support
Linked Tickets
Zendesk Support

If page customizations are set using Manage -> Page Customizations check box, no changes are saved.
Steps to reproduce:
1. Begin with a page that has no page customizations set.
2. Click Manage -> Page Customizations
3. Select one or more Customizable checkboxes in the overlays
4. Click Manage -> Page Customizations to dismiss the overlays
5. Navigate away from the page and come back (or refresh the page)
6. Click Manage -> Page Customizations
Notice that all page customizations have been deselected.
*This issue is also reproducible on trunk. I do not know revision but was present on a trunk build as of Jan 5, 2012 at 5:00 pm central time.