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

Several Editing forms not properly handling modification check #46

Closed cube1us closed 4 years ago

cube1us commented 4 years ago

EditCardLocationPageForm, EditDiagramPageForm and EditCableEdgeConnectionForm all have a variable "pageModified" that is supposed to be set when a field value changes, but none of them are actually doing that.

cube1us commented 4 years ago

Fixed: EditCableEdgeConnectionPageForm, EditCableEdgeConnectionBlock, EditDiagramPageForm, EditDiagramLogicBlockForm

Did NOT fix for EditCardLocationPageForm or EditCardTypesForm. The former just isn't used that often. The second has soooo many fields, it just isn't worth it.