leeensminger / OED_Wetlands

0 stars 0 forks source link

Create New Misc. Credit - Credit amounts should not be required fields #59

Closed leeensminger closed 9 years ago

leeensminger commented 9 years ago

Adding a new Misc Credit item requires the user to enter Credit Amt, in both acres and LF. One of two things needs to happen:

  1. Update both of these fields to not required, OR
  2. Application logic may check these fields for null prior to save, then populate the nulls = 0.

image

sfabijanski commented 9 years ago

Reassigning to Viji. This is controlled by the validation objects created from the getTableInfo request. Updating there will flow through the application.

johnshiu commented 9 years ago

This should be resolved at SHA.

leeensminger commented 9 years ago

Tested and confirmed OK