Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0028923Openbravo ERPA. Platformpublic2015-02-12 13:412020-04-09 08:30
egoitz 
platform 
normalminoralways
closedduplicate 
5
 
 
Core
No
0028923: The multiple selector on the processdefinition does not maintain the selections of records from a position bigger than 76
When selecting on a multiple selector a row after make scroll for more than 75 rows, the selection is not maintained after open again the selector.
-Create 100 products to be used on the multiple product selector on the Process price different adjustment. (see the insert clause on the proposed solution)
-Open the Process price different adjustment process definition
-Open the product selector
-Find the product 90 and select it.
-click ok
-See that the product is selected.
-Open again the selector
-Select the product 1.
-click ok
*see that the product 90 is not selected
insert to create 101 products:


insert into m_product(
select get_uuid(), ad_client_id, ad_org_id, isactive, created, createdby,
            updated, updatedby, a, a, description, documentnote, help,
            upc, sku, c_uom_id, salesrep_id, issummary, isstocked, ispurchased,
            issold, isbom, isinvoiceprintdetails, ispicklistprintdetails,
            isverified, m_product_category_id, classification, volume, weight,
            shelfwidth, shelfheight, shelfdepth, unitsperpallet, c_taxcategory_id,
            s_resource_id, discontinued, discontinuedby, processing, s_expensetype_id,
            producttype, imageurl, descriptionurl, guaranteedays, versionno,
            m_attributeset_id, m_attributesetinstance_id, downloadurl, m_freightcategory_id,
            m_locator_id, ad_image_id, c_bpartner_id, ispriceprinted, name2,
            costtype, coststd, stock_min, enforce_attribute, calculated,
            ma_processplan_id, production, capacity, delaymin, mrp_planner_id,
            mrp_planningmethod_id, qtymax, qtymin, qtystd, qtytype, stockmin,
            attrsetvaluetype, isquantityvariable, isdeferredrevenue, revplantype,
            periodnumber, isdeferredexpense, expplantype, periodnumber_exp,
            defaultperiod, defaultperiod_exp, bookusingpoprice, c_uom_weight_id,
            m_brand_id, isgeneric, generic_product_id, createvariants, characteristic_desc,
            updateinvariants, managevariants, em_aeat347_isleasebusiness,
            em_aeat347_situation, em_aeat347_referenceid, em_aeat347_locationtype,
            em_aeat347_streetname, em_aeat347_streetnumbertype, em_aeat347_streetnumber,
            em_aeat347_streetnumberqua, em_aeat347_building, em_aeat347_hall,
            em_aeat347_hallway, em_aeat347_floor, em_aeat347_apartment, em_aeat347_complement,
            em_aeat347_location, em_aeat347_county, em_aeat347_countycode,
            em_aeat347_regioncode, em_aeat347_zipcode from m_product ,generate_series(0,100) a
            where
            m_product_id='xxxxxxx')
where xxx is the id of one of the products shown by default on the selector
No tags attached.
duplicate of defect 0043396 closed cberner In case selected record does not belong to the first page of records, it is removed when selecting a new record 
related to defect 00287123.0PR15Q2 closed alostale Records selection is lost in pick and execute window under some circumnstances 
Issue History
2015-02-12 13:41egoitzNew Issue
2015-02-12 13:41egoitzAssigned To => AugustoMauch
2015-02-12 13:41egoitzModules => Core
2015-02-12 13:41egoitzResolution time => 1428012000
2015-02-12 13:41egoitzTriggers an Emergency Pack => No
2015-02-12 13:41egoitzRelationship addedrelated to 0028712
2015-02-12 13:41egoitzTarget Version => 3.0PR15Q2
2015-02-12 13:45heccamIssue Monitored: heccam
2015-02-23 08:48alostaleStatusnew => acknowledged
2015-03-11 09:52alostalePriorityhigh => urgent
2015-03-16 13:25jonalegriaesarteResolution time1428012000 =>
2015-03-17 14:37alostaleAssigned ToAugustoMauch => platform
2015-03-25 09:05alostaleTarget Version3.0PR15Q2 =>
2015-11-11 11:37alostalePriorityurgent => normal
2020-03-11 16:13alostaleRelationship addedrelated to 0043396
2020-04-09 08:30alostaleStatusacknowledged => scheduled
2020-04-09 08:30alostaleRelationship replacedduplicate of 0043396
2020-04-09 08:30alostaleStatusscheduled => closed
2020-04-09 08:30alostaleResolutionopen => duplicate

There are no notes attached to this issue.