You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Result: Only roughly 50% of the time an error is thrown
The url field renders as TextInput.
Console says query function not defined for Select2 s2id_id_site
If in edit mode, a number appears in the text input field
Since this sometimes a server restart, a clearing of the browser cache helps, I fear it is some kind of race condition. Which prevents the two select2 fields to link.
A potential solution might be to catch the error and retry after a delay if the error is due to parts of the site / scripts not yet fully loaded.
The text was updated successfully, but these errors were encountered:
Setup:
develop-4
) latest (django-cms/django-cms@914558d)djangocms-url-config
latest (a98d71a)./manage.py runserver
Result: Only roughly 50% of the time an error is thrown
TextInput
.query function not defined for Select2 s2id_id_site
Since this sometimes a server restart, a clearing of the browser cache helps, I fear it is some kind of race condition. Which prevents the two select2 fields to link.
A potential solution might be to catch the error and retry after a delay if the error is due to parts of the site / scripts not yet fully loaded.
The text was updated successfully, but these errors were encountered: