MarcusBarnes / mik

The Move to Islandora Kit is an extensible PHP command-line tool for converting source content and metadata into packages suitable for importing into Islandora (or other digital repository and preservations systems).
GNU General Public License v3.0
34 stars 11 forks source link

Issue 442 - checkconfig failure on null mappings #443

Closed mjordan closed 6 years ago

mjordan commented 6 years ago

Github issue: (#442)

What does this Pull Request do?

Provides a new command-line option, --ignore_null_mappings, which skips validating null0,null0-style mappings used by the InsertXmlFromTemplate metadata manipulator. Without this logic, those mappings trigger a false validation failure.

What's new?

How should this be tested?

Changes in this PR do not have PHPUnit tests and must be smoke tested.

Additional Notes

Interested parties

@bondjimbond

issue-442.zip

bondjimbond commented 6 years ago

Works as advertised!