Project:
| View Revisions: Issue #31767 | [ All Revisions ] [ Back to Issue ] | ||
| Summary | 0031767: Weird relation error thrown in the log depending on the read only and display logic values | ||
| Revision | 2015-12-23 09:43 by caristu | ||
| Steps To Reproduce | 1) Go to [Windows, Tabs and Fields] and look for the Unit of Measure window 2) Define a display logic for the symbol field, for example: @name@='Day' 3) In [Tables and Columns], define a fixed read-only logic for the column related to the symbol field, for example: true 4) Open the Unit of Measure window and check the log: Weird condition. >> offending code: f.disableItem('symbol', (true) || (OB.Utilities.getValue(currentValues,'name') === 'Day') === false); |
||
| Revision | 2015-12-23 09:39 by caristu | ||
| Steps To Reproduce | 1) Define a display logic for the symbol field, for example: @name@='Day' 2) Define a fixed read-only logic for the column related to the symbol field, for example: true 3) Open the Unit of Measure window and check the log: Weird condition. >> offending code: f.disableItem('symbol', (true) || (OB.Utilities.getValue(currentValues,'name') === 'Day') === false); |
||
| Copyright © 2000 - 2009 MantisBT Group |