Plugin Directory

Changeset 3115540

Timestamp:
07/10/2024 11:18:30 AM (4 weeks ago)
Author:
whiteshadow
Message:

Fix a potential JS error "settings.redirects.map is not a function" in the "Redirects" tab.

This would manifest as the tab being blank. Almost certainly caused by the "delete settings associated with missing actors" feature, which filters the redirect array and can potentially leave it with sparse keys. The array would then be encoded as a JSON *object* instead of an array. Easily fixed by reindexing the array after filtering.

File:
1 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.