When applying a "reportFilter" in list view URL it no longer works in v9.1.6. This works ok in v8.3.4. The list view URL returns a blank page only with menu header. When the filter is selected from the list view filter pulldown it works ok.
Bug report Q&A:
espo-main.js:38180 Uncaught (in promise) NoModificationAllowedError: Failed to execute 'insertAdjacentHTML' on 'Element': The element has no parent.
2. Create a reportFilter for a custom entity and then add this to list view URL to apply the filter for the list view records, example:
http://dev.mysite.com/#Requisitions/list/primaryFilter=reportFilter67b84a72cae9390b3
3. 9.1.6
4. PHP 8.3
5. MariaDB 10.5
Thanks for checking.
Bug report Q&A:
- What errors are logged:
- in the Espo log in data/logs directory;
- in the web server error log;
- in the browser console (F12 key).
- Explicit unambiguous steps for reproducing the issue. As much detail as possible.
- EspoCRM version number. If your version is not the latest, it's possible that the bug is already fixed.
- PHP version number.
- Database platform name (MySQL, MariaDB, PostgreSQL) and version number.
espo-main.js:38180 Uncaught (in promise) NoModificationAllowedError: Failed to execute 'insertAdjacentHTML' on 'Element': The element has no parent.
2. Create a reportFilter for a custom entity and then add this to list view URL to apply the filter for the list view records, example:
http://dev.mysite.com/#Requisitions/list/primaryFilter=reportFilter67b84a72cae9390b3
3. 9.1.6
4. PHP 8.3
5. MariaDB 10.5
Thanks for checking.
Comment