Project: 	
  | View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
| ID | ||||||||||||
| 0018835 | ||||||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||||||
| feature request | [Openbravo ERP] A. Platform | minor | have not tried | 2011-10-21 15:15 | 2022-02-01 08:08 | |||||||
| Reporter | gorkaion | View Status | public | |||||||||
| Assigned To | Triage Platform Base | |||||||||||
| Priority | normal | Resolution | open | Fixed in Version | ||||||||
| Status | new | Fix in branch | Fixed in SCM revision | |||||||||
| Projection | none | ETA | none | Target Version | ||||||||
| OS | Linux 32 bit | Database | Oracle | Java version | 1.5.0_15 | |||||||
| OS Version | Gentoo | Database version | 11g | Ant version | 1.7.0 | |||||||
| Product Version | pi | SCM revision | ||||||||||
| Merge Request Status | ||||||||||||
| Review Assigned To | ||||||||||||
| OBNetwork customer | No | |||||||||||
| Web browser | ||||||||||||
| Modules | Core | |||||||||||
| Support ticket | ||||||||||||
| Regression level | ||||||||||||
| Regression date | ||||||||||||
| Regression introduced in release | ||||||||||||
| Regression introduced by commit | ||||||||||||
| Triggers an Emergency Pack | No | |||||||||||
| Summary | 0018835: Validation rules on process' parameters can only use real columns | |||||||||||
| Description | When using a validation rule to filter a dropdown on a parameter of a process. Only physical columns of the table where is the button that launches the process can be used. It should also consider "Auxiliar Inputs".  | |||||||||||
| Steps To Reproduce | N/A | |||||||||||
| Proposed Solution | The selectComboParams() query of ActionButtonRelation_Data.xsql should also check if exists an auxiliar input on the tab with the same value. (exists (select 1 from ad_column c1, ad_field f where t.ad_table_id = c1.ad_table_id and upper(c1.columnname)=upper(substr(code, instr(code,'@')+1, instr(code,'@',1,2)-instr(code,'@')-1)) and f.ad_column_id = c1.ad_column_id) or exists (select 1 from ad_auxiliarinput ai where ai.ad_tab_id = tb.ad_tab_id and upper(ai.name) = upper(substr(code, instr(code,'@')+1, instr(code,'@',1,2)-instr(code,'@')-1)))  | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
		  Relationships		[ Relation Graph ] 
		[ Dependency Graph ] 
			 | 
||||||||
  | 
||||||||
  Issue History	 | 
|||
| Date Modified | Username | Field | Change | 
| 2011-10-21 15:15 | gorkaion | New Issue | |
| 2011-10-21 15:15 | gorkaion | Assigned To | => alostale | 
| 2011-10-21 15:15 | gorkaion | Modules | => Core | 
| 2011-10-21 15:15 | gorkaion | OBNetwork customer | => No | 
| 2011-10-21 15:15 | gorkaion | Relationship added | related to 0018834 | 
| 2017-04-10 14:38 | alostale | Assigned To | alostale => platform | 
| 2022-02-01 08:08 | alostale | Assigned To | platform => Triage Platform Base | 
| Copyright © 2000 - 2009 MantisBT Group |