Legacy25 / penn-orchestra

Automatically exported from code.google.com/p/penn-orchestra
0 stars 0 forks source link

Empty 'Peer operations' panel on the Relations tab #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
There is a bordered panel labeled 'Peer operations' on the SchemaMgtPanel 
(the Relation tab accessed through the local peer tab). This panel seems to 
be intended to be a button panel, but there are no buttons.

Original issue reported on code.google.com by jwfro...@gmail.com on 27 May 2010 at 7:01

GoogleCodeExporter commented 8 years ago
The panel was empty because the only button in the panel was only being created 
if the 
OrchestraSystem.getRecMode() returned true. I moved this check up a level, so 
now the 
"Peer Operations" panel is only created if OrchestraSystem.getRecMode() == 
true. 

Original comment by jwfro...@gmail.com on 3 Jun 2010 at 9:00