Using develop of mdm-application-build with 8.1.0-SNAPSHOT of mdm-plugin-database-sqlserver, when an import is submitted using the SQL Server importer, and the 'Detect Enumerations' option is ticked, but the 'Maximum Enumerations' value is left blank, the import fails with the following error message:
Server Error
We're sorry, but the server responded with an error message.
The import succeeds when a maximum enumerations value is set.
Expected behaviour
The detect enumerations option should use a default maximum enumerations value if none is set. Also the default should be displayed via the UI in the description field.
Other details
Import tested against the metadata_simple database created with the test script in this repository, and a SQL server container created with
Using
develop
of mdm-application-build with8.1.0-SNAPSHOT
of mdm-plugin-database-sqlserver, when an import is submitted using the SQL Server importer, and the 'Detect Enumerations' option is ticked, but the 'Maximum Enumerations' value is left blank, the import fails with the following error message:Server Error
We're sorry, but the server responded with an error message.
Details
The import succeeds when a maximum enumerations value is set.
Expected behaviour
The detect enumerations option should use a default maximum enumerations value if none is set. Also the default should be displayed via the UI in the description field.
Other details
Import tested against the
metadata_simple
database created with the test script in this repository, and a SQL server container created with