Author: mbrohl Date: Sat Dec 17 15:48:30 2016 New Revision: 1774778 URL: http://svn.apache.org/viewvc?rev=1774778&view=rev Log: Fixed: Error occurred when making Shopping list public/private from Party Detail screen. (OFBIZ-7683)
Thanks: Ankit Joshi for reporting and providing the patch. Modified: ofbiz/branches/release15.12/applications/party/webapp/partymgr/party/editShoppingList.ftl Modified: ofbiz/branches/release15.12/applications/party/webapp/partymgr/party/editShoppingList.ftl URL: http://svn.apache.org/viewvc/ofbiz/branches/release15.12/applications/party/webapp/partymgr/party/editShoppingList.ftl?rev=1774778&r1=1774777&r2=1774778&view=diff ============================================================================== --- ofbiz/branches/release15.12/applications/party/webapp/partymgr/party/editShoppingList.ftl (original) +++ ofbiz/branches/release15.12/applications/party/webapp/partymgr/party/editShoppingList.ftl Sat Dec 17 15:48:30 2016 @@ -103,8 +103,8 @@ under the License. <select name="isPublic" <#if shoppingList.listName?default("") == "auto-save">disabled</#if>> <option>${shoppingList.isPublic}</option> <option value="${shoppingList.isPublic}">--</option> - <option>${uiLabelMap.CommonYes}</option> - <option>${uiLabelMap.CommonNo}</option> + <option value="Y">${uiLabelMap.CommonYes}</option> + <option value="N">${uiLabelMap.CommonNo}</option> </select> </td> </tr>