Community Commons Function Library v3.1.1

0
When installing the version released today and error occurs in the DateTimeToLong function. This is caused by the parameter being named Date rather than date as date is then converted to DateParameter and the function cannot find the parameter Date. Otherwise the module seems to be working just fine thanks
asked
2 answers
0

I've seen this happen in my own custom Java when importing from one project to another. The only solution I've found is to go in and update the parameter names in the java files.

Edit: See comments for reason why Java does this and alternate solution.

answered
0

Thanks for reporting, I will make sure this one is fixed in the next release. The work around is indeed to rename the parameter. Note that afaik this only happens if you have an entity named 'Date' in your project somewhere.

answered