MantisBT - ParaView
View Issue Details
0012969ParaView(No Category)public2012-02-29 12:342013-01-11 14:00
Burlen 
Utkarsh Ayachit 
highminorhave not tried
closedfixed 
3.14 
3.14.13.14.1 
TBD
12969_pvsc_issues
incorrect functionality
0012969: pvsc option enumeration issues
some strange bugs here. I have a pvsc with the following enumerations. After connecting w/ this pvsc, neither of the enums save the user's choice in the GUI. The second enum however remembers the user's choice and always uses that instead of what the user has selected in the GUI.

<Option name="PV_LOC" label="paraview version" save="true">
  <Enumeration default="/usr/common/graphics/ParaView/3.14.0-mom">
    <Entry value="/usr/common/graphics/ParaView/3.10.0-mom" label="3.10.0"/>
    <Entry value="/usr/common/graphics/ParaView/3.12.0-mom" label="3.12.0"/>
    <Entry value="/usr/common/graphics/ParaView/3.14.0-mom" label="3.14.0"/>
  </Enumeration>
</Option>
<Option name="QUEUE" label="queue" save="true">
  <Enumeration default="interactive">
    <Entry value="computation" label="computation"/>
    <Entry value="interactive" label="interactive"/>
    <Entry value="debug" label="debug"/>
    <Entry value="premium" label="premium"/>
    <Entry value="regular" label="regular"/>
    <Entry value="special" label="special"/>
  </Enumeration>
</Option>
No tags attached.
? hopper-unix.pvsc (2,829) 2012-02-29 12:34
https://www.vtk.org/Bug/file/9124/hopper-unix.pvsc
Issue History
2012-02-29 12:34BurlenNew Issue
2012-02-29 12:34BurlenFile Added: hopper-unix.pvsc
2012-02-29 18:41Utkarsh AyachitTopic Name => 12969_pvsc_issues
2012-02-29 18:41Utkarsh AyachitNote Added: 0028332
2012-02-29 18:41Utkarsh AyachitStatusbacklog => gatekeeper review
2012-02-29 18:41Utkarsh AyachitFixed in Version => git-next
2012-02-29 18:41Utkarsh AyachitResolutionopen => fixed
2012-02-29 18:41Utkarsh AyachitAssigned To => Utkarsh Ayachit
2012-03-05 13:16Utkarsh AyachitTarget Version => 3.14.1
2012-03-09 14:40Utkarsh AyachitFixed in Versiongit-next => git-master
2012-03-09 15:58Utkarsh AyachitStatusgatekeeper review => customer review
2012-04-05 17:03Utkarsh AyachitFixed in Versiongit-master => 3.14.1
2013-01-11 14:00Alan ScottNote Added: 0030096
2013-01-11 14:00Alan ScottStatuscustomer review => closed

Notes
(0028332)
Utkarsh Ayachit   
2012-02-29 18:41   
commit 9087d4b6f923f621c00c583844d09296acc8ca5b
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Feb 29 15:39:54 2012 -0800

    BUG 0012969. Checkboxes and Comboboxes not working correctly.
    
    Checkboxes and combo-boxes were not working correctly. They failed to obtain
    the user selected values correctly due to obvious oversight. Fixed that.
    
    Change-Id: Ida85bee1abeff8addc2b5193abcd189d0ac080db
(0030096)
Alan Scott   
2013-01-11 14:00   
Closing due to age.