Closed JC-JackClark closed 7 years ago
Use sanitize instead of slugify. Slugify caused an issue where when the title contained ':' it would replace with ':-'.
Also the file name check wasn't added when looking for the folder, so threw an error 'folder not found'.
Thanks jack i appreciate your help. :+1:
Use sanitize instead of slugify. Slugify caused an issue where when the title contained ':' it would replace with ':-'.
Also the file name check wasn't added when looking for the folder, so threw an error 'folder not found'.