Author: mbrohl Date: Sat Dec 17 15:58:10 2016 New Revision: 1774783 URL: http://svn.apache.org/viewvc?rev=1774783&view=rev Log: Applied fix from trunk for revision: 1774772 ===
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/release16.11/ (props changed) ofbiz/branches/release16.11/applications/party/template/party/EditShoppingList.ftl Propchange: ofbiz/branches/release16.11/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Sat Dec 17 15:58:10 2016 @@ -10,4 +10,4 @@ /ofbiz/branches/json-integration-refactoring:1634077-1635900 /ofbiz/branches/multitenant20100310:921280-927264 /ofbiz/branches/release13.07:1547657 -/ofbiz/trunk:1770481,1770490,1770540,1771440,1771448,1771516,1771935,1772346,1772880 +/ofbiz/trunk:1770481,1770490,1770540,1771440,1771448,1771516,1771935,1772346,1772880,1774772 Modified: ofbiz/branches/release16.11/applications/party/template/party/EditShoppingList.ftl URL: http://svn.apache.org/viewvc/ofbiz/branches/release16.11/applications/party/template/party/EditShoppingList.ftl?rev=1774783&r1=1774782&r2=1774783&view=diff ============================================================================== --- ofbiz/branches/release16.11/applications/party/template/party/EditShoppingList.ftl (original) +++ ofbiz/branches/release16.11/applications/party/template/party/EditShoppingList.ftl Sat Dec 17 15:58:10 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>