wvulibraries / mfcs

Archival and Preservation Digital Asset Management System.
Other
8 stars 4 forks source link

Why is forms::validID() requiring an objectID in the query string? #191

Open MichaelRBond opened 8 years ago

MichaelRBond commented 8 years ago

This prevents us from using it to validate formIDs in some circumstances.

ddavisgraphics commented 8 years ago

I think this is legacy script, but I don't know what it would break if it is changed.

MichaelRBond commented 8 years ago

Right. because we don't have unit testing in place for this project ;-).

I have feeling that it stems from laziness. However, it may no longer be needed with the new validation that is in place. we'll need to investigate.