Service checkAssocPermission uses an invalid parameter type
----------------------------------------------------------- Key: OFBIZ-3163 URL: https://issues.apache.org/jira/browse/OFBIZ-3163 Project: OFBiz Issue Type: Bug Components: content Affects Versions: Release Branch 9.04 Reporter: Wickersheimer Jeremy Priority: Minor Fix For: Release Branch 9.04 This also possibly affect trunk (i have not looked). The service checkAssocPermission defined in applications/content/servicedef/services_content.xml uses: <attribute mode="IN" name="userLogin" optional="true" type="org.ofbiz.core.entity.GenericValue"/> Should be <attribute mode="IN" name="userLogin" optional="true" type="GenericValue"/> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
[ https://issues.apache.org/jira/browse/OFBIZ-3163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Gray reassigned OFBIZ-3163: --------------------------------- Assignee: Scott Gray > Service checkAssocPermission uses an invalid parameter type > ----------------------------------------------------------- > > Key: OFBIZ-3163 > URL: https://issues.apache.org/jira/browse/OFBIZ-3163 > Project: OFBiz > Issue Type: Bug > Components: content > Affects Versions: Release Branch 9.04 > Reporter: Wickersheimer Jeremy > Assignee: Scott Gray > Priority: Minor > Fix For: Release Branch 9.04 > > > This also possibly affect trunk (i have not looked). > The service checkAssocPermission defined in applications/content/servicedef/services_content.xml uses: > <attribute mode="IN" name="userLogin" optional="true" type="org.ofbiz.core.entity.GenericValue"/> > Should be > <attribute mode="IN" name="userLogin" optional="true" type="GenericValue"/> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-3163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Scott Gray closed OFBIZ-3163. ----------------------------- Resolution: Fixed Fix Version/s: SVN trunk Thanks Jeremy fixed in trunk r835314 and v9.04 r835316 > Service checkAssocPermission uses an invalid parameter type > ----------------------------------------------------------- > > Key: OFBIZ-3163 > URL: https://issues.apache.org/jira/browse/OFBIZ-3163 > Project: OFBiz > Issue Type: Bug > Components: content > Affects Versions: Release Branch 9.04 > Reporter: Wickersheimer Jeremy > Assignee: Scott Gray > Priority: Minor > Fix For: Release Branch 9.04, SVN trunk > > > This also possibly affect trunk (i have not looked). > The service checkAssocPermission defined in applications/content/servicedef/services_content.xml uses: > <attribute mode="IN" name="userLogin" optional="true" type="org.ofbiz.core.entity.GenericValue"/> > Should be > <attribute mode="IN" name="userLogin" optional="true" type="GenericValue"/> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. |
Free forum by Nabble | Edit this page |