angusmcb
angusmcb
Hello, Redirects do not seem to be working (any more?) with multi-language sites. The redirect is only working without the language part of the slug. This is not the behaviour...
When a page does not have a translation available in a particular language, langswitcher can hide the link from the page. However, a link to the non-existant page will still...
The 'thumbnail' parameter is not an option in the nextgen editor. This means that it cannot be set and is removed from the shortcode if is already set.
When exporting to an epanet .inp file, is it possible to overwrite all of the existing nodes and links in the file? This would make sense in the case of...
Would it be possible to (at least give an option to) save the above information within the exported .inp file, rather than having to create seperate scenarios for it?
When importing epanet files, reservoir elevation is not imported. I think that it is due to this line: `reservoir.set_elevation = (tmp[1])` Should be: `reservoir.set_elevation(tmp[1])` Here: https://github.com/andresgciamtez/wnt/blob/96cfce86fbd109841535f766337cd0e15c154d31/utils_core.py#L493C13-L493C47
Please could you add the default layer styles that are visible in the youtube videos? They seem to show pump, reservoirs, nodes and look very useful.
**Expected behaviour** It would be nice if there was an example of how to test a processing algorithm in the tests folder. I'm struggling with how to do it -...
**Describe the bug** From a fresh install of the cookiecutter, tests are failing. There are 16 errors. ``` ======================================================================= short test summary info ======================================================================== ERROR wntrqgis/qgis_plugin_tools/test/ui/test_progress_dialog.py::test_progress_bar_dialog[True] ERROR wntrqgis/qgis_plugin_tools/test/ui/test_progress_dialog.py::test_progress_bar_dialog[False] ERROR wntrqgis/qgis_plugin_tools/test/ui/test_progress_dialog.py::test_create_simple_continuous_progress_dialog[True]...