cube1us / IBM1410SMS

Database Program for capturing data from IBM SMS Automated Logic Diagrams and related database layer
GNU General Public License v3.0
0 stars 0 forks source link

EditCardLocationPage: Improve Volume/page/card location selection #41

Closed cube1us closed 4 years ago

cube1us commented 4 years ago

When selecting a card location page to edit, selecting the panel should pre-populate the Volume and page, and vice versa.

cube1us commented 4 years ago

OK, there are actually TWO dialogs, neither of which has a "gate" so I changed gate to panel in the description.

One is EditCardLocationPageForm. On that one, if you change the Page, the panel changes with it, but not the other way around. And you can't select the volume from the Panel (which is OK). So, the fix here would be to have selecting the panel take you to the right page.

The other is EditCardLocation (a card location "block" if you will). That looks like what this was originally intended to address. If one selects a panel, then that corresponds to a card location page, so one could automatically set the page and volume from that. Similarly, if one selects a page, one could find the matching Panel.

cube1us commented 4 years ago

Fixed.