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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0055839
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminorhave not tried2024-06-25 16:462024-06-25 16:46
ReporterguilleaerView Statuspublic 
Assigned ToTriage Platform Base 
PrioritynormalResolutionopenFixed in Version
StatusnewFix 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

0055839: When creating NEW register Form Initialization component is not called under some circumstances

DescriptionIf a tab is not properly configured when a new line is created through ERP the FIC is not executed and default values are not set

the pieze of code which fails is here

      parentColumn = this.view.getPropertyDefinition(this.view.parentProperty)
        .inpColumn;

The call to getPropertyDefinition results in null and then an error is raised when .inpColumn is readed
Steps To Reproduceconfigure a TAB which is connected with a table which has a parent relation without creating a field for that column.

example.

Table B has a relation with table A through the column table_a_id
create a tab for table B without a field for table_a_id
Proposed SolutionTo decide by PTF

a) add checks/warnings to avoid wrong configurations
b) make the error visible to inform user about it
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2024-06-25 16:46 guilleaer New Issue
2024-06-25 16:46 guilleaer Assigned To => Triage Platform Base
2024-06-25 16:46 guilleaer Modules => Core
2024-06-25 16:46 guilleaer Triggers an Emergency Pack => No


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker