moqui-framework
moqui-framework copied to clipboard
Use Moqui Framework to build enterprise applications based on Java. It includes tools for databases (relational, graph, document), local and web services, web and other UI with screens and forms, secu...
[GraalVM](https://www.graalvm.org/java/) doesn't need any code change to obtain better performance
When I localize the menu:  But when I expand menu, I get the following error:  The menu at the root is always the default (English)
Must include parameters for screen.
When I create relevant processes according to the demo (I have connected MySQL), when I add a piece of data, the text box of the new panel cannot be filled...
https://github.com/moqui/moqui-framework/blob/005f2acdc1bb412930827f00bbbd3cb35cbfafd2/framework/src/main/groovy/org/moqui/impl/entity/EntityDataFeed.groovy#L549
HI! Because of the log4j i upgraded my Moqui version from 6 months ago and ran into a problem. i have the following command sequence: ``` ec.user.loginUser(username, newPassword) ``` In...
I added some menus to the subscreen_item table. like this:  It can be displayed normally on the interface, but the name changes after clicking. This is when the menu...
When I want to update multi columns using non pk conditions, I found the framework just find whole matched columns and then update them one by one. this will cause...
How to reproduce Create a Single Page (SP) Angular/Ionic application Create a Topic in Moqui Login user using either Login/login service or call ec.user.loginUser(username, password) directly from your own login...