We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--importBid
the basket validation fails with:
Traceback (most recent call last): File "C:\Users/bjsvwweb/AppData/Roaming/QGIS/QGIS3\profiles\INTEGRATION/python/plugins\QgisModelBaker\gui\validate.py", line 391, in _run self._validator_stdout(f"Run: {validator.command(True)}") File "C:\Users/bjsvwweb/AppData/Roaming/QGIS/QGIS3\profiles\INTEGRATION/python/plugins\QgisModelBaker\libs\modelbaker\iliwrapper\iliexecutable.py", line 99, in command args = self._args(hide_password) File "C:\Users/bjsvwweb/AppData/Roaming/QGIS/QGIS3\profiles\INTEGRATION/python/plugins\QgisModelBaker\libs\modelbaker\iliwrapper\ilivalidator.py", line 42, in _args args = super()._args(hide_password) File "C:\Users/bjsvwweb/AppData/Roaming/QGIS/QGIS3\profiles\INTEGRATION/python/plugins\QgisModelBaker\libs\modelbaker\iliwrapper\iliexecutable.py", line 80, in _args return get_ili2db_args(self.configuration, hide_password) File "C:\Users/bjsvwweb/AppData/Roaming/QGIS/QGIS3\profiles\INTEGRATION/python/plugins\QgisModelBaker\libs\modelbaker\iliwrapper\ili2dbargs.py", line 40, in get_ili2db_args return configuration.to_ili2db_args(db_args) File "C:\Users/bjsvwweb/AppData/Roaming/QGIS/QGIS3\profiles\INTEGRATION/python/plugins\QgisModelBaker\libs\modelbaker\iliwrapper\ili2dbconfig.py", line 451, in to_ili2db_args self.append_args(args, ["--baskets", ";".join(self.baskets)]) TypeError: sequence item 0: expected str instance, NoneType found
the validation works! It is the same issue in the export Wizard as well.
The text was updated successfully, but these errors were encountered:
The bug here is that baskets without t_ili_tid are provided to the selection in the validator...
Sorry, something went wrong.
No branches or pull requests
--importBid
the t_ili_tid column is empty, see the database table:the basket validation fails with:
the validation works!
It is the same issue in the export Wizard as well.
The text was updated successfully, but these errors were encountered: