Images are worth a thousand words.
js error is
09:11:33.051 TypeError: document.getElementsByName(...)[0] is undefined 1 multiselect.min.js:1:756
code concerned is
document.getElementsByName('checkall-toggle')[0].addEventListener('click', function(event) { var checkall = this;
Normally we should not have a multiselect there therefore I guess the error is in the new admin-associations-modal.js or modal-associations.js
From #14945
@dgt41
Labels |
Added:
?
|
Category | ⇒ | com_associations JavaScript |
Status | New | ⇒ | Confirmed |
Status | Confirmed | ⇒ | New |
Status | New | ⇒ | Discussion |
When posted, the movie was demonstrating that clicking in the modal did not add the article chosen to the Target and did not close the modal.
The situation has changed. It is now worse: the modal does not even display when clicking on Target or Change target.
Can you please test with #20659
I've tested with and without 20659 and can confirm:
the modal does not even display when clicking on Target or Change target.
with different error
TypeError: document.getElementById(...) is null bootstrap-init.min.js:1:1351
DEBUG active:
TypeError: document.getElementById(...) is null bootstrap-init.js:102:10
Just BTW: "Multilingual Associations: Edit Associations (Articles > Articles)" opens extremely slow. Sometimes it looks like that TinyMCE is loaded several times(?)
As far as I can tell this has now been resolved so I am closing - it can always be re-opened if I am mistaken.
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2018-07-20 17:23:17 |
Closed_By | ⇒ | brianteeman | |
Labels |
Added:
J4 Issue
|
At what point are you getting the error - its not clear from your movie