MantisBT - ParaView
View Issue Details
0013404ParaView(No Category)public2012-08-28 08:532015-01-11 08:36
Mark Goodall 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
3.14 
3.98.0 
TBD
13404_detect_inputs_for_proxies
incorrect functionality
0013404: pqStandardServerManagerModelInterface::createPQProxy produces the wrong subclass
The criteria for producing a pqPipelineSource is that it has a property named "Input". This should be changed to check for any InputProperty types.
No tags attached.
Issue History
2012-08-28 08:53Mark GoodallNew Issue
2012-08-29 09:42Utkarsh AyachitAssigned To => Utkarsh Ayachit
2012-08-31 10:49Utkarsh AyachitTopic Name => 13404_detect_inputs_for_proxies
2012-08-31 10:49Utkarsh AyachitNote Added: 0029096
2012-08-31 10:49Utkarsh AyachitStatusbacklog => gatekeeper review
2012-08-31 10:49Utkarsh AyachitFixed in Version => git-next
2012-08-31 10:49Utkarsh AyachitResolutionopen => fixed
2012-09-03 13:30Utkarsh AyachitStatusgatekeeper review => customer review
2012-09-03 13:30Utkarsh AyachitNote Added: 0029116
2012-09-20 21:37Alan ScottNote Added: 0029254
2012-09-20 21:37Alan ScottStatuscustomer review => closed
2012-10-06 07:03Utkarsh AyachitFixed in Versiongit-next => git-master
2012-10-29 17:04Utkarsh AyachitFixed in Versiongit-master => 3.98.0
2015-01-11 08:36Utkarsh AyachitSource_changeset_attached => ParaView master 93f755ac

Notes
(0029096)
Utkarsh Ayachit   
2012-08-31 10:49   
commit df12bbb4438c9e900f0b6b5b6b277bf67c5ee882
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri Aug 31 10:47:48 2012 -0400

    BUG 0013404. Detect proxies with inputs more reliably.
    
    pqStandardServerManagerModelInterface was just looking for a propery with the
    name "Input" to determine that its a filter. Fixed that by using the code in
    pqPipelineFilter that locates input properties in more robust fashion.
(0029116)
Utkarsh Ayachit   
2012-09-03 13:30   
merged into master, if applicable.
(0029254)
Alan Scott   
2012-09-20 21:37   
Internal tag for developers. Closed.