Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0058089Openbravo ERPA. Platformpublic2025-02-27 08:062025-02-27 14:24
alostale 
Triage Platform Base 
normalminorhave not tried
closedfixed 
5
 
PR25Q2 
approved
No
Core
No
0058089: warn message with process definition with datasource based selector
If there are process definitions with selector fields that use a datasource instead of a table, a warning message is logged on every login.
In a pos2 environment for simplicity:
1. Login backoffice and select System Admin role
2. Go to Process definition and select "Direct Process Import Entries"
3. In subtab Parameter, add a new entry
3.1. Module: Any module in development, if non, set one from Module window
3.2. Name: Application
3.3. DB Column Name: application
3.4. Reference: OBUISEL_Selector Reference
3.5. Reference Search Key: "Application or Any"
3.6. Save
4. Restart and login
   * Check openbravo.log: WARN org.openbravo.base.model.ModelProvider - Entity not found in runtime model for table id: null

No tags attached.
related to feature request 0058048 closed cberner Standard process definition throws error when having selector with datasource as field 
Issue History
2025-02-27 08:06alostaleNew Issue
2025-02-27 08:06alostaleAssigned To => Triage Platform Base
2025-02-27 08:06alostaleOBNetwork customer => No
2025-02-27 08:06alostaleModules => Core
2025-02-27 08:06alostaleTriggers an Emergency Pack => No
2025-02-27 08:06alostaleRelationship addedrelated to 0058048
2025-02-27 08:12hgbotMerge Request Status => open
2025-02-27 08:12hgbotNote Added: 0176184
2025-02-27 14:11hgbotMerge Request Statusopen => approved
2025-02-27 14:24hgbotResolutionopen => fixed
2025-02-27 14:24hgbotStatusnew => closed
2025-02-27 14:24hgbotNote Added: 0176238
2025-02-27 14:24hgbotFixed in Version => PR25Q2
2025-02-27 14:24hgbotNote Added: 0176239

Notes
(0176184)
hgbot   
2025-02-27 08:12   
Merge Request created: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/openbravo/-/merge_requests/1559 [^]
(0176238)
hgbot   
2025-02-27 14:24   
Merge request merged: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/openbravo/-/merge_requests/1559 [^]
(0176239)
hgbot   
2025-02-27 14:24   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/openbravo [^]
Changeset: d18ff123bb8be3324a92d998a8958f8ac9f693a7
Author: Asier Lostalé <a.lostale@orisha.com>
Date: 27-02-2025 13:24:03
URL: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/openbravo/-/commit/d18ff123bb8be3324a92d998a8958f8ac9f693a7 [^]

fixed BUG-58089: warn with process definition with datasource based selector

---
M src/org/openbravo/base/model/ModelProvider.java
---