Openbravo Issue Tracking System - Openbravo ERP | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0010732 | Openbravo ERP | 00. Application dictionary | public | 2009-09-24 11:24 | 2012-09-10 16:04 |
| Reporter | FrancescoFinamore | ||||
| Assigned To | marvintm | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | out of date | ||
| Platform | OS | 20 | OS Version | rPath Linux | |
| Product Version | 2.50MP5 | ||||
| Target Version | Fixed in Version | ||||
| Merge Request Status | |||||
| Review Assigned To | |||||
| OBNetwork customer | No | ||||
| Web browser | |||||
| Modules | Core | ||||
| Support ticket | |||||
| Regression level | |||||
| Regression date | |||||
| Regression introduced in release | |||||
| Regression introduced by commit | |||||
| Triggers an Emergency Pack | No | ||||
| Summary | 0010732: Config Script problems | ||||
| Description | I have a module with type "Industry Template", I have launched this script on db : ALTER TABLE c_city ADD CONSTRAINT it_nomecitta UNIQUE(c_country_id, c_region_id, name); ALTER TABLE c_tax ALTER COLUMN isnotaxable SET NOT NULL; When i launch task "ant export.config.script" i have at the end of the log this message : Changes that couldn't be exported to the config script: ******************************************************* AddUniqueChange. Name: IT_NOMECITTA ColumnRequiredChange. Column: ISNOTAXABLE But if isn't possible, it's a big limit for a Config Script, i can't customize the existing tables . --- Added by rafaroda Besides, disabling or removing an existing unique constraint does not get reflected in the config.script. For instance, remove C_DOCTYPE_NAME unique constraint from C_DOC_TYPE table. | ||||
| Steps To Reproduce | 1) Create a Module with type Industry Template 2) Launch scripts : ALTER TABLE c_city ADD CONSTRAINT it_nomecitta UNIQUE(c_country_id, c_region_id, name); ALTER TABLE c_tax ALTER COLUMN isnotaxable SET NOT NULL; 3) ALTER TABLE C_DOCTYPE DISABLE CONSTRAINT C_DOCTYPE_NAME 4) Run script task "ant export.config.script" | ||||
| Proposed Solution | |||||
| Additional Information | |||||
| Tags | dev-platform-quick-wins | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2009-09-24 11:24 | FrancescoFinamore | New Issue | |||
| 2009-09-24 11:24 | FrancescoFinamore | Assigned To | => rafaroda | ||
| 2009-09-29 23:03 | psarobe | OBNetwork customer | => No | ||
| 2009-09-29 23:03 | psarobe | Assigned To | rafaroda => iciordia | ||
| 2009-09-29 23:03 | psarobe | Status | new => scheduled | ||
| 2010-10-07 09:52 | marvintm | Assigned To | iciordia => marvintm | ||
| 2010-12-10 09:16 | rafaroda | Description Updated | bug_revision_view_page.php?rev_id=1296#r1296 | ||
| 2010-12-10 09:16 | rafaroda | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=1298#r1298 | ||
| 2010-12-10 09:16 | rafaroda | Issue Monitored: rafaroda | |||
| 2010-12-10 09:16 | rafaroda | Tag Attached: dev-platform-quick-wins | |||
| 2012-05-08 16:37 | marvintm | Type | defect => design defect | ||
| 2012-09-10 16:04 | alostale | Note Added: 0051965 | |||
| 2012-09-10 16:04 | alostale | Status | scheduled => closed | ||
| 2012-09-10 16:04 | alostale | Resolution | open => out of date | ||
| Notes | |||||
|
|
|||||
|
|
||||