Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0015330Openbravo ERP00. Application dictionarypublic2010-11-30 13:452010-12-18 00:00
xabiermerino 
iperdomo 
immediatemajoralways
closedfixed 
5
2.50MP23 
 
User Interface Application
No
0015330: Problem with pop up of selectors
In version 1.0.11:

When you click in the button of the selector, the pop up does not open.

In version 1.0.10, with the same configuration, it works properly.
- As System go to Application Dictionary || Reference || Reference
- new record:
    - Parent Reference: OBUISEL_selector Reference
- Go to Defined Selector, create new record:
    - Template: Selector Template
    - Table: C_BPartner
- Go to Defined Selector Field, create one record:
    - Name: name
    - Property: name
    - Check Search in suggestion box, Central Maintenance, Show in grid, Filterable, Sortable and Active

- Go to column c_bpartner_id of the C_invoice:
    - Reference:OBUISEL_selector Reference
    - Reference Search key: 'selector created'

- Compile (ant smartbuild), restart tomcat.
- As Openbravo Admin go to Purchase Invoice and click in the button of the selector.
- Realize that the pop up does not appear.
Regression
Issue History
2010-11-30 13:45xabiermerinoNew Issue
2010-11-30 13:45xabiermerinoAssigned To => alostale
2010-11-30 13:45xabiermerinoModules => User Interface Application
2010-11-30 13:49xabiermerinoIssue Monitored: networkb
2010-11-30 14:10alostaleStatusnew => scheduled
2010-11-30 14:10alostaleAssigned Toalostale => iperdomo
2010-11-30 14:10alostalefix_in_branch => pi
2010-12-01 10:16egoitzTag Attached: Regression
2010-12-01 12:22hgbotCheckin
2010-12-01 12:22hgbotNote Added: 0032976
2010-12-01 12:22hgbotStatusscheduled => resolved
2010-12-01 12:22hgbotResolutionopen => fixed
2010-12-01 12:22hgbotFixed in SCM revision => http://code.openbravo.com/erp/mods/org.openbravo.userinterface.selector/rev/5f815a38874a3f5d6a12e33fa4627f0162267cb1 [^]
2010-12-09 14:17hgbotCheckin
2010-12-09 14:17hgbotNote Added: 0033084
2010-12-09 14:17hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/mods/org.openbravo.userinterface.selector/rev/5f815a38874a3f5d6a12e33fa4627f0162267cb1 [^] => http://code.openbravo.com/erp/mods/org.openbravo.userinterface.selector/rev/f522e68572a334ee9692aef16f36586e7738955b [^]
2010-12-17 11:58shuehnerNote Added: 0033266
2010-12-17 11:58shuehnerStatusresolved => closed
2010-12-18 00:00anonymoussf_bug_id0 => 3139385

Notes
(0032976)
hgbot   
2010-12-01 12:22   
Repository: erp/mods/org.openbravo.userinterface.selector
Changeset: 5f815a38874a3f5d6a12e33fa4627f0162267cb1
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Wed Dec 01 12:19:45 2010 +0100
URL: http://code.openbravo.com/erp/mods/org.openbravo.userinterface.selector/rev/5f815a38874a3f5d6a12e33fa4627f0162267cb1 [^]

Fixes 15330: Remove RemoteCallManager call
The OB.RemoteCallManager object is defined in org.openbravo.client.application
the usage of this adds a dependency of selector on this module

---
M web/org.openbravo.userinterface.selector/js/ob_selector_widget.js
---
(0033084)
hgbot   
2010-12-09 14:17   
Repository: erp/mods/org.openbravo.userinterface.selector
Changeset: f522e68572a334ee9692aef16f36586e7738955b
Author: Iván Perdomo <ivan.perdomo <at> openbravo.com>
Date: Thu Dec 09 14:16:12 2010 +0100
URL: http://code.openbravo.com/erp/mods/org.openbravo.userinterface.selector/rev/f522e68572a334ee9692aef16f36586e7738955b [^]

Fixes issue 15330: Fixes call to get default expressions

---
M web/org.openbravo.userinterface.selector/js/ob_selector_widget.js
---
(0033266)
shuehner   
2010-12-17 11:58   
Reviewed & closed. Did affect 2.50 branch of selectors as by accident an code-dependency no code in .client.application module was introduced now. That's fixed and released in the 1.0.12 version of the selector module.