Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0020258 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| defect | [Openbravo ERP] 00. Application dictionary | trivial | have not tried | 2012-04-12 18:38 | 2012-04-21 14:24 | |||
| Reporter | vmromanos | View Status | public | |||||
| Assigned To | Sandrahuguet | |||||||
| Priority | normal | Resolution | fixed | Fixed in Version | 3.0MP11 | |||
| Status | closed | Fix in branch | pi | Fixed in SCM revision | f51f246210be | |||
| Projection | none | ETA | none | Target Version | ||||
| OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_12 | |||
| OS Version | Debian 5.0 | Database version | 8.3.8 | Ant version | 1.7.0 | |||
| Product Version | SCM revision | |||||||
| 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 | 0020258: There are several elements with "x not implemented" as description | |||||||
| Description | In the ERP there are several elements, fields and process parameters that have "x not implemented" as description | |||||||
| Steps To Reproduce | Run the following commands at an Openbravo working copy: fgrep -ir "x not implemented" src-db/database/sourcedata/ fgrep -ir "x not implemented" modules | |||||||
| Proposed Solution | 1. Into a database client run: update ad_module set isindevelopment='Y' 2. Into a database client run: update ad_element set description=help where description='x not implemented' and help is not null 3. Into a database client run (for fields not centrally maintained): update ad_field set description=help where description='x not implemented' and help is not null 4. Run a sync. terminology 5. Export the database 6. Run the following commands at an Openbravo working copy: fgrep -ir "x not implemented" src-db/database/sourcedata/ fgrep -ir "x not implemented" modules 7. Verify the elements, fields or other components that still have "x not implemented" as a description 8. Try to write a good description for them | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
||||||||
|
||||||||
Notes |
|
|
(0047570) Sandrahuguet (viewer) 2012-04-13 14:24 edited on: 2012-04-13 14:28 |
Test Plan: There is no way to see all elements in Openbravo with "x not implemented" as description. So, for beeing able to see the change you have to: -Login as system administrator. -Go to Element window. -Search the elements with "x not implemented" as description. Notice that now only one element has "x not implemented" as description. This element is in a report that is currently not used, and could not give a good description. The other elements have a updated description. |
|
(0047697) hgbot (developer) 2012-04-18 13:45 |
Repository: erp/devel/pi Changeset: f51f246210be18ef37218c41ac9a7d0e373f0b9b Author: Sandra Huguet <sandra.huguet <at> openbravo.com> Date: Mon Apr 16 09:53:45 2012 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/f51f246210be18ef37218c41ac9a7d0e373f0b9b [^] Fixed issue 20258 Correct description for some elements Correct description form several elements with 'x not implemented' as description --- M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_FIELD.xml M src-db/database/sourcedata/AD_COLUMN.xml M src-db/database/sourcedata/AD_ELEMENT.xml M src-db/database/sourcedata/AD_FIELD.xml --- |
|
(0047698) vmromanos (viewer) 2012-04-18 13:47 |
Alternative test plan: 1. Run: fgrep -ir "x not implemented" src-db/database/sourcedata/ fgrep -ir "x not implemented" modules 2. Ensure no components have "x not implemented" as description (apart from the exceptions where it has sense) |
|
(0047699) vmromanos (viewer) 2012-04-18 13:48 |
Code review + testing OK |
|
(0047830) hudsonbot (viewer) 2012-04-21 14:24 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/2eb57286c1fc [^] Maturity status: Test |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-04-12 18:38 | vmromanos | New Issue | |
| 2012-04-12 18:38 | vmromanos | Assigned To | => alostale |
| 2012-04-12 18:38 | vmromanos | Modules | => Core |
| 2012-04-12 18:38 | vmromanos | OBNetwork customer | => No |
| 2012-04-12 18:39 | vmromanos | Relationship added | related to 0020176 |
| 2012-04-12 18:39 | vmromanos | Assigned To | alostale => vmromanos |
| 2012-04-12 18:46 | vmromanos | Proposed Solution updated | |
| 2012-04-13 12:28 | Sandrahuguet | Status | new => scheduled |
| 2012-04-13 12:28 | Sandrahuguet | fix_in_branch | => pi |
| 2012-04-13 12:28 | Sandrahuguet | Assigned To | vmromanos => Sandrahuguet |
| 2012-04-13 14:24 | Sandrahuguet | Note Added: 0047570 | |
| 2012-04-13 14:28 | Sandrahuguet | Note Edited: 0047570 | View Revisions |
| 2012-04-18 13:45 | hgbot | Checkin | |
| 2012-04-18 13:45 | hgbot | Note Added: 0047697 | |
| 2012-04-18 13:45 | hgbot | Status | scheduled => resolved |
| 2012-04-18 13:45 | hgbot | Resolution | open => fixed |
| 2012-04-18 13:45 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f51f246210be18ef37218c41ac9a7d0e373f0b9b [^] |
| 2012-04-18 13:47 | vmromanos | Note Added: 0047698 | |
| 2012-04-18 13:48 | vmromanos | Note Added: 0047699 | |
| 2012-04-18 13:48 | vmromanos | Status | resolved => closed |
| 2012-04-18 13:48 | vmromanos | Fixed in Version | => 3.0MP11 |
| 2012-04-21 14:24 | hudsonbot | Checkin | |
| 2012-04-21 14:24 | hudsonbot | Note Added: 0047830 | |
| Copyright © 2000 - 2009 MantisBT Group |