Many thanks for all the hard work on getting the official Fabrik4 release out which i have just installed in a dev environment:
Joomla 5.0.2
Fabrik 4.0
PHP 8.2.14
I have a list with a repeating group. The repeating group is in table template and is sortable with drag&drop. When you edit or add a row in the list and then in the form attempt to add another row to the repeating group you get the following javascript error:
Uncaught TypeError: Cannot read properties of null (reading 'id')
at Object.duplicateGroup (form.js:2605:100)
at e.extend.$owner (mootools-core.js:787:27)
at HTMLAnchorElement.<anonymous> (form.js:1840:26)
at exec (jquery.ba-throttle-debounce.js:149:26)
at HTMLAnchorElement.wrapper (jquery.ba-throttle-debounce.js:161:17)
at HTMLFormElement.dispatch (jquery.js?3.7.1:5145:27)
at elemData.handle (jquery.js?3.7.1:4949:28)
The result is you can only add one row per edit. This error did not occur with Fabrik 4-Zeta and earlier release beta releases.
I have tried switching to List template and removing sortable but still get the same error.
Joomla 5.0.2
Fabrik 4.0
PHP 8.2.14
I have a list with a repeating group. The repeating group is in table template and is sortable with drag&drop. When you edit or add a row in the list and then in the form attempt to add another row to the repeating group you get the following javascript error:
Uncaught TypeError: Cannot read properties of null (reading 'id')
at Object.duplicateGroup (form.js:2605:100)
at e.extend.$owner (mootools-core.js:787:27)
at HTMLAnchorElement.<anonymous> (form.js:1840:26)
at exec (jquery.ba-throttle-debounce.js:149:26)
at HTMLAnchorElement.wrapper (jquery.ba-throttle-debounce.js:161:17)
at HTMLFormElement.dispatch (jquery.js?3.7.1:5145:27)
at elemData.handle (jquery.js?3.7.1:4949:28)
The result is you can only add one row per edit. This error did not occur with Fabrik 4-Zeta and earlier release beta releases.
I have tried switching to List template and removing sortable but still get the same error.