Changed paths:
M AUTHORS
M framework/src/main/groovy/org/moqui/impl/context/ContextJavaUtil.java
M framework/src/main/groovy/org/moqui/impl/service/runner/EntityAutoServiceRunner.groovy
Log Message:
-----------
A couple of minor bug fixes in the EntityAutoServiceRunner and ContextJavaUtil (#618)
* In EntityAutoServiceRunner, remove unwanted break statement to ensure support for multiple PK fields with wildcard (*).
* In ContextJavaUtil, add missing future keyword.
* Updated authors file.
Ayman Abi Abdallah
unread,
Oct 16, 2023, 2:21:44 PM10/16/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
M framework/src/main/groovy/org/moqui/impl/context/ContextJavaUtil.java
M framework/src/main/groovy/org/moqui/impl/service/runner/EntityAutoServiceRunner.groovy
Changed paths:
M framework/service/org/moqui/impl/UserServices.xml
M framework/src/main/groovy/org/moqui/impl/security/MoquiSecurityGrantedAccessAdapter.groovy
Log Message:
-----------
Reversed change to UserServices.xml and created the user account using an entity-auto service call.
Changed paths:
M framework/src/main/groovy/org/moqui/impl/security/MoquiSecurityGrantedAccessAdapter.groovy
Log Message:
-----------
Used temporary timestamp variable to ensure that the same value is applied to all records belongs to the same mapping operation.
Changed paths:
M framework/entity/SecurityEntities.xml
M framework/src/main/groovy/org/moqui/impl/security/MoquiSecurityGrantedAccessAdapter.groovy
Log Message:
-----------
Removed the dstFieldTypeEnumId field from the AuthFlowFieldMap entity since Moqui has builtin login to handle parameter data conversion.
Changed paths:
M framework/entity/SecurityEntities.xml
M framework/src/main/groovy/org/moqui/impl/security/AuthenticationClientFactory.groovy
M framework/src/main/resources/MoquiDefaultConf.xml
Log Message:
-----------
In OauthFlow entity, renamed key field to clientId.