1f7021b Resolves: bug 177334

Authored and Committed by rmeggins 15 years ago
    Resolves: bug 177334
    Bug Description: LDBM Plug-in Settings console UI value checking issues
    Reviewed by: nkinder (Thanks!)
    Fix Description: The code was unconditionally resetting the field before checking the result of the modify operation.  The correct way to do it is to reset the field only after the modify operation succeeded.   I create a Vector of fields that are being modified, and only reset them if the modify succeeded.
    Platforms tested: RHEL5
    Flag Day: no
    Doc impact: no