solop-develop / adempiere-grpc-server

ADempiere gRPC Server example of integration
GNU General Public License v2.0
0 stars 9 forks source link

feat: Add `action_uuid` on Menu structure. #743

Closed EdwinBetanc0urt closed 4 months ago

EdwinBetanc0urt commented 4 months ago

To prevent the frontend from constructing the action_id (as reference_id) or action_uuid (as reference_uuid) by searching inside process, smart browse, window, workflow or form, the attribute is rounded by placing it at the root of the structure.

imagen

fixes https://github.com/solop-develop/frontend-core/issues/1994