Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A patch from Ingo Wolfmayr for "Agreement Search List requires partyI…
…dFrom/partyIdTo or fails" - https://issues.apache.org/jira/browse/OFBIZ-7030 How tot test! Create a new agreement and fill the following fields: partyTo (for ex. DemoCustomer) Role Type Id From (for ex. Client) Role Type Id To(for ex. Bill-to customer) Agreement Type ID (for ex. Sales) Description: test error: Error in form [ListAgreements] calling service with name [getPartyNameForDate]: org.ofbiz.service.ServiceValidationException: The following required parameter is missing: [getPartyNameForDate.partyId]java.lang.IllegalArgumentException: Error in form [ListAgreements] calling service with name [getPartyNameForDate]: org.ofbiz.service.ServiceValidationException: The following required parameter is missing: [getPartyNameForDate.partyId] I create a generic agreement (from company to all customers with no specific agreements) - I could not access it after creation. This more a workaround than a fix but it works and is better than an error message. Missing fields will be set to empty field. Service will be called and return nothing. git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1741960 13f79535-47bb-0310-9956-ffa450edef68
- Loading branch information