Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
ID | ||||||||||||
0049029 | ||||||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
design defect | [Openbravo ERP] A. Platform | major | always | 2022-04-11 15:43 | 2022-04-28 09:31 | |||||||
Reporter | kousalya_r | View Status | public | |||||||||
Assigned To | Triage Platform Base | |||||||||||
Priority | high | Resolution | open | Fixed in Version | ||||||||
Status | new | Fix in branch | Fixed in SCM revision | |||||||||
Projection | none | ETA | none | Target Version | ||||||||
OS | Any | Database | Any | Java version | ||||||||
OS Version | Database version | Ant version | ||||||||||
Product Version | SCM revision | |||||||||||
Review Assigned To | ||||||||||||
Web browser | ||||||||||||
Modules | Core | |||||||||||
Regression level | ||||||||||||
Regression date | ||||||||||||
Regression introduced in release | ||||||||||||
Regression introduced by commit | ||||||||||||
Triggers an Emergency Pack | No | |||||||||||
Summary | 0049029: Session Property is Empty | |||||||||||
Description | Session property being empty when the child tab feeds from the same table as its parent tab. Need to bring sales order lines in Purchase Order window at tab level 2. When they select purchase order line they want to show sales order lines in tab level 2. | |||||||||||
Steps To Reproduce | 1. In Purchase Order window create a tab level 2 under 'Lines' tab setting 'Disable Parent Key Property' to true and set product id as stored in session. Table : C_OrderLine HQL Where Clause : e.product.id=@M_Product_ID@ 2. Create fields. 3. Build and check the Purchase Order window if order line is selected and check tab level 2 the product should be shown but the session property is null because child table has the same table as parent tab. | |||||||||||
Tags | No tags attached. | |||||||||||
Attached Files | ||||||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Notes | |
(0136831) AugustoMauch (administrator) 2022-04-28 09:31 |
This is not an easy problem to solve, it is working as designed. I am changing its type to Design Defect If a tab and a subtab share the same table, the names of the properties sent to the backend when creating a new record is the same, and the values of those properties will be filled with the values of the subtab with the highest depth. If the record is edited it will contain the current values of the subtab, so if a new record is created it makes sense to set those values to null because they have not been initialized yet. |
Issue History | |||
Date Modified | Username | Field | Change |
2022-04-11 15:43 | kousalya_r | New Issue | |
2022-04-11 15:43 | kousalya_r | Assigned To | => Triage Platform Base |
2022-04-11 15:43 | kousalya_r | Modules | => Core |
2022-04-11 15:43 | kousalya_r | Triggers an Emergency Pack | => No |
2022-04-28 09:31 | AugustoMauch | Note Added: 0136831 | |
2022-04-28 09:31 | AugustoMauch | Type | defect => design defect |
Copyright © 2000 - 2009 MantisBT Group |