Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Revisions: Issue #56868 Back to Issue ]
Summary 0056868: [API change] Removal of Register module field, button, columns and related code
Revision 2024-10-23 11:05 by cberner
Description Register module is no longer useful, because the endpoint has been removed/disabled in Central Repository, now it is meant to be done through forge.openbravo.com.

As such, part of the API has changed:
Database changes:
 * Removed columns:
   - AD_MODULE.ISREGISTERED
   - AD_MODULE_INSTALL.ISREGISTERED

 * Removed several rows:
   - AD_COLUMN (Register Module) - ID: 59D47C703D99BCCFE040007F0100439B
   - AD_COLUMN (Register Module) - ID: 682633A6E6A49D31E040007F010061E4
   - AD_DATASET_COLUMN - ID: 086A405EA5D811DD88C3001B388C61A4
   - AD_ELEMENT (Register Module) - ID: 59D46A26C1FABF9FE040007F010054FA
   - AD_FIELD (Register Module) - ID: 59D388C6AF9CDD4EE040007F010043D6
   - OBUIAPP_PARAMETER (user field) - ID: 3F1CCFDE0AE14887AAA68AB1D6A1283F
   - OBUIAPP_PARAMETER (password field) - ID: D0B5AAAA264049D18FD799D9062A11A1
   - OBUIAPP_PROCESS (login register module process) - ID: EBC24A55293F4E4BAF56EF8DFA43D578


Java API changes:
 - Removed class org.openbravo.client.application.businesslogic.RegisterModuleActionHandler
 - Removed field org.openbravo.model.ad.module.Module.PROPERTY_REGISTERMODULE
 - Removed field org.openbravo.model.ad.module.ModuleInstall.PROPERTY_REGISTERMODULE
 - Removed method org.openbravo.model.ad.module.Module.isRegisterModule()
 - Removed method org.openbravo.model.ad.module.Module.setRegisterModule(java.lang.Boolean)
 - Removed method org.openbravo.model.ad.module.ModuleInstall.isRegisterModule()
 - Removed method org.openbravo.model.ad.module.ModuleInstall.setRegisterModule(java.lang.Boolean)
 - Removed field org.openbravo.service.centralrepository.CentralRepository.Service.REGISTER_MODULE
Revision 2024-10-23 11:05 by cberner
Description Register module is no longer useful, because the endpoint has been removed/disabled in Central Repository, now it is meant to be done through forge.openbravo.com.

As such, part of the API has changed:
Database changes:
 - Removed columns:
   - AD_MODULE.ISREGISTERED
   - AD_MODULE_INSTALL.ISREGISTERED

 - Removed several rows:
   - AD_COLUMN (Register Module) - ID: 59D47C703D99BCCFE040007F0100439B
   - AD_COLUMN (Register Module) - ID: 682633A6E6A49D31E040007F010061E4
   - AD_DATASET_COLUMN - ID: 086A405EA5D811DD88C3001B388C61A4
   - AD_ELEMENT (Register Module) - ID: 59D46A26C1FABF9FE040007F010054FA
   - AD_FIELD (Register Module) - ID: 59D388C6AF9CDD4EE040007F010043D6
   - OBUIAPP_PARAMETER (user field) - ID: 3F1CCFDE0AE14887AAA68AB1D6A1283F
   - OBUIAPP_PARAMETER (password field) - ID: D0B5AAAA264049D18FD799D9062A11A1
   - OBUIAPP_PROCESS (login register module process) - ID: EBC24A55293F4E4BAF56EF8DFA43D578


Java API changes:
 - Removed class org.openbravo.client.application.businesslogic.RegisterModuleActionHandler
 - Removed field org.openbravo.model.ad.module.Module.PROPERTY_REGISTERMODULE
 - Removed field org.openbravo.model.ad.module.ModuleInstall.PROPERTY_REGISTERMODULE
 - Removed method org.openbravo.model.ad.module.Module.isRegisterModule()
 - Removed method org.openbravo.model.ad.module.Module.setRegisterModule(java.lang.Boolean)
 - Removed method org.openbravo.model.ad.module.ModuleInstall.isRegisterModule()
 - Removed method org.openbravo.model.ad.module.ModuleInstall.setRegisterModule(java.lang.Boolean)
 - Removed field org.openbravo.service.centralrepository.CentralRepository.Service.REGISTER_MODULE
Revision 2024-10-23 11:04 by cberner
Description Register module is no longer useful, because the endpoint has been removed/disabled in Central Repository, now it is meant to be done through forge.openbravo.com.

As such, part of the API has changed:
Database changes:
Removed columns:
 - AD_MODULE.ISREGISTERED
 - AD_MODULE_INSTALL.ISREGISTERED

Removed several rows:
 - AD_COLUMN (Register Module) - ID: 59D47C703D99BCCFE040007F0100439B
 - AD_COLUMN (Register Module) - ID: 682633A6E6A49D31E040007F010061E4
 - AD_DATASET_COLUMN - ID: 086A405EA5D811DD88C3001B388C61A4
 - AD_ELEMENT (Register Module) - ID: 59D46A26C1FABF9FE040007F010054FA
 - AD_FIELD (Register Module) - ID: 59D388C6AF9CDD4EE040007F010043D6
 - OBUIAPP_PARAMETER (user field) - ID: 3F1CCFDE0AE14887AAA68AB1D6A1283F
 - OBUIAPP_PARAMETER (password field) - ID: D0B5AAAA264049D18FD799D9062A11A1
 - OBUIAPP_PROCESS (login register module process) - ID: EBC24A55293F4E4BAF56EF8DFA43D578


Java API changes:
 - Removed class org.openbravo.client.application.businesslogic.RegisterModuleActionHandler
 - Removed field org.openbravo.model.ad.module.Module.PROPERTY_REGISTERMODULE
 - Removed field org.openbravo.model.ad.module.ModuleInstall.PROPERTY_REGISTERMODULE
 - Removed method org.openbravo.model.ad.module.Module.isRegisterModule()
 - Removed method org.openbravo.model.ad.module.Module.setRegisterModule(java.lang.Boolean)
 - Removed method org.openbravo.model.ad.module.ModuleInstall.isRegisterModule()
 - Removed method org.openbravo.model.ad.module.ModuleInstall.setRegisterModule(java.lang.Boolean)
 - Removed field org.openbravo.service.centralrepository.CentralRepository.Service.REGISTER_MODULE


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker