Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0051816Openbravo ERPA. Platformpublic2023-03-08 19:422024-10-31 15:30
shuehner 
Triage Platform Base 
normalminorhave not tried
closedout of date 
5
 
 
No
Core
No
0051816: Register module button missing in Module window if isregistered column is null instead of 'N'
ad_module table has a isregistered boolean column which is NOT exported during export.database

It is used (at least) by the displaylogic for the button "Register Module"

However if a module which has not yet been registered is added to an instance using update.database the value in the database table is NULL and the "Register Module" button is not shown.

As that column is also not shown in form view that is hard to debug (or fix) without doing it via SQL.

Not sure if bug is the display-logic here or the dbsm behavior inconsistency:
- if module is present/added during install.source value 'N' is applied for isregistered column
- However if module is added using update.database null value is used
-
Either:
- Fix update.database vs. create.database behavior difference in this case
Or:
- Adjust button display logic to treat accept NULL as 'N'
No tags attached.
Issue History
2023-03-08 19:42shuehnerNew Issue
2023-03-08 19:42shuehnerAssigned To => Triage Platform Base
2023-03-08 19:42shuehnerOBNetwork customer => No
2023-03-08 19:42shuehnerModules => Core
2023-03-08 19:42shuehnerTriggers an Emergency Pack => No
2024-10-31 15:30shuehnerNote Added: 0171235
2024-10-31 15:30shuehnerStatusnew => closed
2024-10-31 15:30shuehnerResolutionopen => out of date

Notes
(0171235)
shuehner   
2024-10-31 15:30   
Issue 55993 has deleted the ad_module.isregistered column + Register Module button/process.
Closing this issue as topic is just gone with that.