moqui-framework icon indicating copy to clipboard operation
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...

Results 90 moqui-framework issues
Sort by recently updated
recently updated
newest added

[GraalVM](https://www.graalvm.org/java/) doesn't need any code change to obtain better performance

When I localize the menu: ![image](https://user-images.githubusercontent.com/74406320/182574702-537b3b86-7421-42a1-8ba2-a9c52f33fb88.png) But when I expand menu, I get the following error: ![image](https://user-images.githubusercontent.com/74406320/182574858-7dd04c77-56e8-4294-9f7c-d8e6951b6fee.png) The menu at the root is always the default (English)

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: ![image](https://user-images.githubusercontent.com/13185001/141733702-6c3ebcac-7aed-4618-88e8-7b95bf45e1d6.png) 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...