uic-utah / uic-forms

7520 form filler outer
MIT License
0 stars 0 forks source link

Line 469 #3

Closed CanDKD closed 6 years ago

CanDKD commented 6 years ago

We need to include more of the Utah UIC gdb InspectionType codes to this line as follows:

InspectionType = new[] {"RP", "OT", "NW", "FI"}

steveoh commented 6 years ago

Which line are you wanting to reference here?

steveoh commented 6 years ago

https://github.com/agrc/uic-forms/blob/master/uic-forms/Program.cs#L469?

InputMonadGenerator.CreateMonadFor(new[] {1, 3, 4, 5}, "VB5_{class}", new QueryParams
                    {
                        InspectionType = new[] {"RP"}
                    }, sevenFiveTwenty.GetInspections, ref formInfo);

so RP to "RP", "OT", "NW", "FI"

CanDKD commented 6 years ago

469

On Mon, May 21, 2018 at 9:37 AM, steveoh notifications@github.com wrote:

Which line are you wanting to reference here?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/agrc/uic-forms/issues/3#issuecomment-390691951, or mute the thread https://github.com/notifications/unsubscribe-auth/AEKquFMx0UBZqXk0GaUG_LKMHaLoaCGxks5t0t9GgaJpZM4UHGvB .

CanDKD commented 6 years ago

Yes, we will use the 7520-3 form; field VB5_1 through VB5_5 to capture the InspectionType codes in the Utah UIC gdb that are not otherwise captured in VB1 through VB4 (_1 to _5)

steveoh commented 6 years ago

fixed in version 1.1.4