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
You can run the following command in a terminal from the churchcrm root directory as a temporary fix to replaces the absolute paths in url() functions within /skin/external/datatables/datatables.min.css with relative paths to the images; also, it saves a copy of the original file to /skin/external/datatables/datatables.min.css.bak just in case you need to revert:
sed -i.bak 's%url("/DataTables-1\.10\.18/images/%url("\./DataTables-1\.10\.18/images/%g' ./skin/external/datatables/datatables.min.css
This gets rid of the multiple redirects and correctly displays the sorting arrow images in the table column headings.
I confirm this is a 3.5.5 bug. I'm having trouble replicating it in 4.0.0 (not yet released), but I also don't see evidence that the bug has been fixed
Looks like datatables.min.css is using absolute paths in its url() functions when it should be using relative paths.
Observed in console:
The text was updated successfully, but these errors were encountered: