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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0032895
TypeCategorySeverityReproducibilityDate SubmittedLast Update
design defect[Openbravo ERP] A. Platformminoralways2016-05-06 15:062022-02-01 08:09
ReporterngarciaView Statuspublic 
Assigned ToTriage Platform Base 
PriorityhighResolutionopenFixed in Version
StatusacknowledgedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision41272 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0032895: Selected Organization's natural tree is shown in combo box when process parameter is without validation and there is also a list

DescriptionSelected Organization's natural tree is shown in combo box when process parameter is without validation and there is also a list: The problem is that the following code is created in ComboReloadsProcessHelper class:

      if (CalloutHelper.commandInCommandList(command, "inpadOrgId")) {
        if (!isFirst) resultado.append(", \n");
        comboTableData = new ComboTableData(vars, this, "19", "ad_org_id", "", "", Utility.getReferenceableOrg(vars, vars.getStringParameter("inpadOrgId")), Utility.getContext(this, vars, "#User_Client", windowId), 0);
        comboTableData.fillParameters(null, windowId, "");
        resultField = "inpadOrgId";
      ...

As the other parameter is a list, the function process<id> is called
Steps To ReproduceCreate a new process (Report and Process window):
   UI Pattern: Standard
Add two parameters to it:
   1. Name: Organization
      DB Column Name: AD_Org_ID
      Reference: TableDir
      Reference Search Key: empty
      Validation: empty
   2. Reference: List
      Reference Search Key: select one
      Validation: empty
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0032894 closedtegik_forge Openbravo Localizations [Mexico Taxes Calculation] Add a validation to the Organization combo box of the Generacion de informe ISR process 

-  Notes
(0086592)
alostale (manager)
2016-05-20 09:01

Moving to design defect: affects 2.50 style Processes which should be replaced by Process Definition

- Issue History
Date Modified Username Field Change
2016-05-06 15:06 ngarcia New Issue
2016-05-06 15:06 ngarcia Assigned To => platform
2016-05-06 15:06 ngarcia Modules => Core
2016-05-06 15:06 ngarcia Triggers an Emergency Pack => No
2016-05-06 15:07 ngarcia Relationship added related to 0032894
2016-05-06 15:07 ngarcia Issue Monitored: networkb
2016-05-20 09:01 alostale Note Added: 0086592
2016-05-20 09:01 alostale Status new => acknowledged
2016-05-20 09:01 alostale Type defect => design defect
2022-02-01 08:09 alostale Assigned To platform => Triage Platform Base


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker