Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0028923
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminoralways2015-02-12 13:412020-04-09 08:30
ReporteregoitzView Statuspublic 
Assigned Toplatform 
PrioritynormalResolutionduplicateFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0028923: The multiple selector on the processdefinition does not maintain the selections of records from a position bigger than 76

DescriptionWhen 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.
Steps To Reproduce-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
Proposed Solutioninsert 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
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
duplicate of defect 0043396 closedcberner 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 closedalostale Records selection is lost in pick and execute window under some circumnstances 

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2015-02-12 13:41 egoitz New Issue
2015-02-12 13:41 egoitz Assigned To => AugustoMauch
2015-02-12 13:41 egoitz Modules => Core
2015-02-12 13:41 egoitz Resolution time => 1428012000
2015-02-12 13:41 egoitz Triggers an Emergency Pack => No
2015-02-12 13:41 egoitz Relationship added related to 0028712
2015-02-12 13:41 egoitz Target Version => 3.0PR15Q2
2015-02-12 13:45 heccam Issue Monitored: heccam
2015-02-23 08:48 alostale Status new => acknowledged
2015-03-11 09:52 alostale Priority high => urgent
2015-03-16 13:25 jonalegriaesarte Resolution time 1428012000 =>
2015-03-17 14:37 alostale Assigned To AugustoMauch => platform
2015-03-25 09:05 alostale Target Version 3.0PR15Q2 =>
2015-11-11 11:37 alostale Priority urgent => normal
2020-03-11 16:13 alostale Relationship added related to 0043396
2020-04-09 08:30 alostale Status acknowledged => scheduled
2020-04-09 08:30 alostale Relationship replaced duplicate of 0043396
2020-04-09 08:30 alostale Status scheduled => closed
2020-04-09 08:30 alostale Resolution open => duplicate


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker