MantisBT - ParaView
View Issue Details
0012652ParaView(No Category)public2011-10-13 11:292011-11-28 13:23
Andy Bauer 
Andy Bauer 
normalminorhave not tried
closedfixed 
git-master 
3.123.12 
TBD
12652-coprocessing-writers-fix
incorrect functionality
0012652: coprocessing writers menu is not enabled after creating a filter and hitting the Apply button
When a filter is created the Writers menu for coprocessing is disabled as it should be (similarly to other filters). When the Apply button is hit though the Writers menu should be enabled but it isn't (it is for the applicable filters). Steps to reproduce:
1. Load the coprocessing script generator plugin
2. Create a source -- note that the Writers menu is now disabled. It does get enabled though if the active source is changed.

This fix will also include changes such that plugin writers can be used and made available in the Writers menu. They will need to have a CoProcessing hint in their XML -- see the servermanager.xml file in the <ParaView>/Plugins/CoProcessingScriptGenerator/Resources/servermanager.xml
No tags attached.
Issue History
2011-10-13 11:29Andy BauerNew Issue
2011-10-13 11:29Andy BauerAssigned To => Andy Bauer
2011-10-13 11:45Andy BauerStatusbacklog => todo
2011-10-13 11:45Andy BauerStatustodo => active development
2011-10-13 13:05Andy BauerTarget Version => 3.12
2011-10-13 13:06Andy BauerTopic Name => 12652-coprocessing-writers-fix
2011-10-13 13:06Andy BauerNote Added: 0027570
2011-10-13 13:06Andy BauerStatusactive development => gatekeeper review
2011-10-13 13:06Andy BauerFixed in Version => git-next
2011-10-13 13:06Andy BauerResolutionopen => fixed
2011-10-14 16:00Utkarsh AyachitNote Added: 0027579
2011-10-14 16:00Utkarsh AyachitStatusgatekeeper review => todo
2011-10-24 11:37David PartykaStatustodo => active development
2011-10-24 11:38David PartykaStatusactive development => gatekeeper review
2011-10-24 11:39David PartykaNote Added: 0027602
2011-10-24 11:39David PartykaStatusgatekeeper review => customer review
2011-11-11 17:08Utkarsh AyachitFixed in Versiongit-next => 3.12
2011-11-28 13:23Andy BauerNote Added: 0027737
2011-11-28 13:23Andy BauerStatuscustomer review => closed

Notes
(0027570)
Andy Bauer   
2011-10-13 13:06   
Hoping that this makes it into 3.12
(0027579)
Utkarsh Ayachit   
2011-10-14 16:00   
Andy reported he's still working on this one. Reopening.
(0027602)
David Partyka   
2011-10-24 11:39   
Merged into master 10/20/2011
(0027737)
Andy Bauer   
2011-11-28 13:23   
I tested it on my linux machine and it seems to be working as desired.