Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0008964Openbravo ERP00. Application dictionarypublic2009-05-08 11:582009-06-18 00:00
plujan 
alostale 
highminorhave not tried
closedfixed 
5
main 
 
Core
No
0008964: Objects can be moved away from modules "not in development"
I created a new module. I can go to any object (Window, Tab, Field, etc) that belongs to another module (e.g. Core) and change the Module combo from **core to my own module. It is ok to add things to my module, but it is an inconsistency to allow borrowing from modules that are not in development.
Create a new module marking it as In Development
Move to a Window, or Tab, and edit a record that belongs to core
Change current value **core to the name of the module I just created
Save
The module now belongs to my module and can not be re attached to core anymore (because core is not in development)
If the object belongs to a module that is not in development, the module combo should be read only
250mp2, Modularity
Issue History
2009-05-08 11:58plujanNew Issue
2009-05-08 11:58plujanAssigned To => rafaroda
2009-05-08 11:58plujanRegression testing => No
2009-05-08 12:27plujanTag Attached: Modularity
2009-05-08 12:27plujanTag Attached: 250mp2
2009-05-11 09:14rafarodaAssigned Torafaroda => alostale
2009-05-11 09:14rafarodaPrioritynormal => high
2009-05-11 09:14rafarodaStatusnew => scheduled
2009-05-18 09:51alostaleNote Added: 0016411
2009-05-18 09:58hgbotCheckin
2009-05-18 09:58hgbotNote Added: 0016412
2009-05-18 09:58hgbotStatusscheduled => resolved
2009-05-18 09:58hgbotResolutionopen => fixed
2009-05-18 09:58hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/5a7182d65abb058ab3bf26210abfa0a805a31cd5 [^]
2009-06-17 10:49plujanStatusresolved => closed
2009-06-18 00:00anonymoussf_bug_id0 => 2807993

Notes
(0016411)
alostale   
2009-05-18 09:51   
Read only logic is not going to be implemented for these cases, the fix is going to be done in back-end checking it in database. Thus when trying to do this action an error will be raised, this prevents modifications not only in UI but also in other processes.
(0016412)
hgbot   
2009-05-18 09:58   
Repository: erp/devel/pi
Changeset: 5a7182d65abb058ab3bf26210abfa0a805a31cd5
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon May 18 09:58:44 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/5a7182d65abb058ab3bf26210abfa0a805a31cd5 [^]

fixed bug 0008964: Objects can be moved away from modules 'not in development'

---
M src-db/database/model/triggers/AD_AUXILIARINPUT_MOD_TRG.xml
M src-db/database/model/triggers/AD_CALLOUT_MOD_TRG.xml
M src-db/database/model/triggers/AD_COLUMN_MOD_TRG.xml
M src-db/database/model/triggers/AD_DATASET_COLUMN_MOD_TRG.xml
M src-db/database/model/triggers/AD_DATASET_MOD_TRG.xml
M src-db/database/model/triggers/AD_DATASET_TABLE_MOD_TRG.xml
M src-db/database/model/triggers/AD_ELEMENT_MOD_TRG.xml
M src-db/database/model/triggers/AD_FIELDGROUP_MOD_TRG.xml
M src-db/database/model/triggers/AD_FIELD_MOD_TRG.xml
M src-db/database/model/triggers/AD_FORM_MOD_TRG.xml
M src-db/database/model/triggers/AD_MENU_MOD_TRG.xml
M src-db/database/model/triggers/AD_MESSAGE_MOD_TRG.xml
M src-db/database/model/triggers/AD_MODULE_DBPREFIX_MOD_TRG.xml
M src-db/database/model/triggers/AD_PACKAGE_MOD_TRG.xml
M src-db/database/model/triggers/AD_PROCESS_MOD_TRG.xml
M src-db/database/model/triggers/AD_PROCESS_PARA_MOD_TRG.xml
M src-db/database/model/triggers/AD_REFERENCE_MOD_TRG.xml
M src-db/database/model/triggers/AD_REF_LIST_MOD_TRG.xml
M src-db/database/model/triggers/AD_TABLE_MOD_TRG.xml
M src-db/database/model/triggers/AD_TAB_MOD_TRG.xml
M src-db/database/model/triggers/AD_TEXTINTERFACES_MOD_TRG.xml
M src-db/database/model/triggers/AD_VAL_RULE_MOD_TRG.xml
M src-db/database/model/triggers/AD_WINDOW_MOD_TRG.xml
M src-db/database/model/triggers/AD_WINDOW_TRG2.xml
M src-db/database/model/triggers/AD_WORKFLOW_MOD_TRG.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
---