Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0026907 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| feature request | [Openbravo ERP] A. Platform | minor | N/A | 2014-06-19 14:47 | 2014-09-25 11:30 | |||
| Reporter | alostale | View Status | public | |||||
| Assigned To | dbaz | |||||||
| Priority | normal | Resolution | fixed | Fixed in Version | 3.0PR14Q4 | |||
| Status | closed | Fix in branch | pi | Fixed in SCM revision | ebd6565c5508 | |||
| Projection | none | ETA | none | Target Version | 3.0PR14Q4 | |||
| OS | Any | Database | Any | Java version | ||||
| OS Version | Database version | Ant version | ||||||
| Product Version | SCM revision | |||||||
| Merge Request Status | ||||||||
| Review Assigned To | alostale | |||||||
| 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 | 0026907: Combined Selector+Record creator | |||||||
| Description | New selector definition that allows to create new records. Record creation is based on a Process Definition window. | |||||||
| Steps To Reproduce | - | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
|
Notes |
|
|
(0068535) hgbot (developer) 2014-07-03 21:20 |
Repository: erp/devel/pi Changeset: ebd6565c550867f0a307c460ba4ede04d5f95971 Author: David Baz Fayos <david.baz <at> openbravo.com> Date: Thu Jul 03 21:07:44 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/ebd6565c550867f0a307c460ba4ede04d5f95971 [^] Fixed issue 26907: Added 'Create New' capabilities to the selector --- M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/OBUIAPP_PROCESS.xml M modules/org.openbravo.client.application/src-db/database/model/tables/OBUIAPP_PROCESS.xml M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_ELEMENT.xml M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_FIELD.xml M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_REFERENCE.xml M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_REF_TABLE.xml M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewTab.java M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities-action-def.js M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities.js M modules/org.openbravo.userinterface.selector/src-db/database/model/tables/OBUISEL_SELECTOR.xml M modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_COLUMN.xml M modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_ELEMENT.xml M modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_FIELD.xml M modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MESSAGE.xml M modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/SelectorComponent.java M modules/org.openbravo.userinterface.selector/src/org/openbravo/userinterface/selector/templates/selector.ftl M modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js M modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.userinterface.selector/ob-selector-item-styles.js M src-db/database/sourcedata/OBUIAPP_PROCESS.xml A modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/images/form/add_icon.png A modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/images/form/add_icon_Disabled.png A modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/images/form/add_icon_Disabled_orig.png A modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/images/form/add_icon_Down.png A modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/images/form/add_icon_Over.png --- |
|
(0068599) alostale (viewer) 2014-07-14 10:03 |
Code reviewed + tested |
|
(0069135) hudsonbot (viewer) 2014-08-08 18:52 |
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/4450016dee64 [^] Maturity status: Test |
|
(0070271) hgbot (developer) 2014-09-23 10:27 |
Repository: erp/devel/pi Changeset: 97214bfa805da1ff22031f6b9953220ab1dfd97b Author: David Baz Fayos <david.baz <at> openbravo.com> Date: Wed Aug 13 15:01:01 2014 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/97214bfa805da1ff22031f6b9953220ab1dfd97b [^] Related to issue 26907: 'Create New' works ok with selectors inside parameter windows in the case that the selector is also present in the parent standard window --- M modules/org.openbravo.userinterface.selector/web/org.openbravo.userinterface.selector/js/ob-selector-item.js --- |
|
(0070352) hudsonbot (viewer) 2014-09-25 11:30 |
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/63604e8e17b7 [^] Maturity status: Test |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2014-06-19 14:47 | alostale | New Issue | |
| 2014-06-19 14:47 | alostale | Assigned To | => dbaz |
| 2014-06-19 14:47 | alostale | Modules | => Core |
| 2014-06-19 14:47 | alostale | OBNetwork customer | => No |
| 2014-06-19 14:47 | alostale | Triggers an Emergency Pack | => No |
| 2014-07-03 21:20 | hgbot | Checkin | |
| 2014-07-03 21:20 | hgbot | Note Added: 0068535 | |
| 2014-07-03 21:20 | hgbot | Status | new => resolved |
| 2014-07-03 21:20 | hgbot | Resolution | open => fixed |
| 2014-07-03 21:20 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/ebd6565c550867f0a307c460ba4ede04d5f95971 [^] |
| 2014-07-14 10:03 | alostale | Review Assigned To | => alostale |
| 2014-07-14 10:03 | alostale | Note Added: 0068599 | |
| 2014-07-14 10:03 | alostale | Status | resolved => closed |
| 2014-07-14 10:03 | alostale | Fixed in Version | => PR14Q3 |
| 2014-07-14 10:04 | alostale | Status | closed => new |
| 2014-07-14 10:04 | alostale | Resolution | fixed => open |
| 2014-07-14 10:04 | alostale | Fixed in Version | PR14Q3 => |
| 2014-07-14 10:04 | alostale | Status | new => scheduled |
| 2014-07-14 10:04 | alostale | fix_in_branch | => pi |
| 2014-07-14 10:04 | alostale | Status | scheduled => resolved |
| 2014-07-14 10:04 | alostale | Fixed in Version | => PR14Q4 |
| 2014-07-14 10:04 | alostale | Resolution | open => fixed |
| 2014-07-14 10:04 | alostale | Status | resolved => closed |
| 2014-08-08 18:52 | hudsonbot | Checkin | |
| 2014-08-08 18:52 | hudsonbot | Note Added: 0069135 | |
| 2014-09-23 10:27 | hgbot | Checkin | |
| 2014-09-23 10:27 | hgbot | Note Added: 0070271 | |
| 2014-09-25 11:30 | hudsonbot | Checkin | |
| 2014-09-25 11:30 | hudsonbot | Note Added: 0070352 | |
| Copyright © 2000 - 2009 MantisBT Group |