Actions
Bug #68
closedBracket Update HTML editor replaces FQDN urls with relative ones
Updated by ryan coleman about 1 year ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Added the following based on the recommendations from https://stackoverflow.com/questions/3360084/tinymce-removes-site-base-url
convert_urls:true, relative_urls:false, remove_script_host:false,
They resolved the issue that converted links like https://d3challenge.com/support/provide to ../support/provide or /support/provide
Updated by ryan coleman about 1 year ago
- Status changed from Feedback to In Progress
- % Done changed from 100 to 10
It still failed... will have to revisit before sending out the women's update.
Updated by ryan coleman about 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 10 to 100
Resolved - can process the women's result tomorrow.
Actions