Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0032895Openbravo ERPA. Platformpublic2016-05-06 15:062022-02-01 08:09
ngarcia 
Triage Platform Base 
highminoralways
acknowledgedopen 
5
 
 
Core
No
0032895: Selected Organization's natural tree is shown in combo box when process parameter is without validation and there is also a list
Selected 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
Create 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
No tags attached.
related to defect 0032894 closed tegik_forge Openbravo Localizations [Mexico Taxes Calculation] Add a validation to the Organization combo box of the Generacion de informe ISR process 
Issue History
2016-05-06 15:06ngarciaNew Issue
2016-05-06 15:06ngarciaAssigned To => platform
2016-05-06 15:06ngarciaModules => Core
2016-05-06 15:06ngarciaTriggers an Emergency Pack => No
2016-05-06 15:07ngarciaRelationship addedrelated to 0032894
2016-05-06 15:07ngarciaIssue Monitored: networkb
2016-05-20 09:01alostaleNote Added: 0086592
2016-05-20 09:01alostaleStatusnew => acknowledged
2016-05-20 09:01alostaleTypedefect => design defect
2022-02-01 08:09alostaleAssigned Toplatform => Triage Platform Base

Notes
(0086592)
alostale   
2016-05-20 09:01   
Moving to design defect: affects 2.50 style Processes which should be replaced by Process Definition