Looks like this was fixed, but I'm not sure how to apply a patch.
https://issues.apache.org/jira/browse/OFBIZ-9429 I've applied one patch and didn't document the process that I can find. I'm also not sure how to get my version number. If I remember right, it's not possible via the OFBiz interface. |
On 2017-12-14 18:47, [hidden email] wrote: > Looks like this was fixed, but I'm not sure how to apply a patch. > https://issues.apache.org/jira/browse/OFBIZ-9429 > > I've applied one patch and didn't document the process that I can find. > I'm also not sure how to get my version number. If I remember right, > it's not possible via the OFBiz interface. > Hi Craig, The link to the patch https://issues.apache.org/jira/secure/attachment/12874371/OFBIZ-9429.patch shows that replace <auto-attributes include="pk" mode="INOUT" optional="false"/> with <auto-attributes include="pk" mode="OUT" optional="false"/> in the file applications/accounting/servicedef/services_ledger.xml Don't know about how to check the version number though. :( Woosang |
Hi Craig,
You can run ./gradlew svnInfoFooter task form ofbiz home, it will add revision info in backend footer section. Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co On Fri, Dec 15, 2017 at 12:16 PM, Woosang Jung <[hidden email]> wrote: > > > On 2017-12-14 18:47, [hidden email] wrote: > > Looks like this was fixed, but I'm not sure how to apply a patch. > > https://issues.apache.org/jira/browse/OFBIZ-9429 > > > > I've applied one patch and didn't document the process that I can find. > > I'm also not sure how to get my version number. If I remember right, > > it's not possible via the OFBiz interface. > > > > Hi Craig, > The link to the patch https://issues.apache.org/jira/secure/attachment/ > 12874371/OFBIZ-9429.patch > shows that replace > <auto-attributes include="pk" mode="INOUT" optional="false"/> > with > <auto-attributes include="pk" mode="OUT" optional="false"/> > in the file applications/accounting/servicedef/services_ledger.xml > > Don't know about how to check the version number though. :( > > Woosang > |
Administrator
|
In reply to this post by Woosang Jung
Craig,
This should help you https://cwiki.apache.org/confluence/display/OFBIZ/Addressing+Custom+Requirements+In+OFBiz#AddressingCustomRequirementsInOFBiz-ApplyingaPatch If you are on Windows https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo#FAQ-Tips-Tricks-Cookbook-HowTo-PatchingOnWindows To get your version number it depends on how you downloaded OFBiz. If you used the svn repository then stop OFBiz; use "gradlew svnInfoFooter"; star OFBiz and then look into the bottom of one backend page, like you can see on demos. At large "gradlew tasks" is your friend. If you use a released package then you have to check when it was created in the OFBiz repo tags http://svn.apache.org/viewvc/ofbiz/tags/. IIRW, we recently spoke about adding this information in the footer for released packages HTH Jacques Le 15/12/2017 à 07:46, Woosang Jung a écrit : > > On 2017-12-14 18:47, [hidden email] wrote: >> Looks like this was fixed, but I'm not sure how to apply a patch. >> https://issues.apache.org/jira/browse/OFBIZ-9429 >> >> I've applied one patch and didn't document the process that I can find. >> I'm also not sure how to get my version number. If I remember right, >> it's not possible via the OFBiz interface. >> > Hi Craig, > The link to the patch https://issues.apache.org/jira/secure/attachment/12874371/OFBIZ-9429.patch > shows that replace > <auto-attributes include="pk" mode="INOUT" optional="false"/> > with > <auto-attributes include="pk" mode="OUT" optional="false"/> > in the file applications/accounting/servicedef/services_ledger.xml > > Don't know about how to check the version number though. :( > > Woosang > |
Administrator
|
Le 15/12/2017 à 10:14, Jacques Le Roux a écrit :
> If you used the svn repository then stop OFBiz; use "gradlew svnInfoFooter"; start OFBiz and then look into the bottom of one backend page, like you > can see on demos. At large "gradlew tasks" is your friend. Actually you don't even need to stop and restart OFBiz, I got an issue, from a not yet committed patch, I have now identified: https://issues.apache.org/jira/browse/OFBIZ-10057 Jacques |
Free forum by Nabble | Edit this page |