Community
Participate
Working Groups
When a subsystem has a view adapter different from SystemViewSubSystemAdapter, changing columns in Remote Systems Details View shows wrong results. 1. Select a system and SystemTableViewPart$SelectColumnsAction.run() calls mgr.setCustomDescriptors() with the new column layout, but only for one adapter. If a subsystem has different adapter from SystemViewSubSystemAdapter, its descriptors will not be updated. This causes the following problem. 1. Select a connection->Show in table 2. In the Remote System Details view, "Select columns to display in the table" 3. Change the display order, and press OK The change will not be reflected to a subsystem that has its own view adapter.