v2024.12.12.1355
FIXED: [GEN] Expand/Collapse arrows in sidebar
Expand/Collapse arrows in the sidebar were returning a missing image:
Had to update a reference to Font Awesome
. Once done, they began working again:
NEW: [SLM] Missing posters replacement
Sometimes when searching, a program would be missing a poster and the user would see this:
Now, a placeholder image will be visible as so:
This also resolves another issue. Due to the more detailed logging from the prior release, a missing poster was causing a false error in the logs. These will no longer appear.
MODIFIED: [PLM] Reading source XML Files
Some source XML files may have had special characters in unexpected places. Made a modification to the read that might resolve an issue seen where these characters would load into Channels incorrectly. This requires further monitoring and feedback to confirm.
Other
-
NEW: [GEN] Added a 'MAX_CONTENT_LENGTH' of 25MB to see if it will resolve submission issues on MacOS causing 413 errors. This requires further monitoring and feedback to confirm.
-
MODIFIED: [GEN] Minor cleanup of unneeded or redundant code