Closed mradamcox closed 3 months ago
Currently, the file name is saved as a slugified version of the title. But, there is also a slug field that must be manually filled out... If that field doesn't match the slugified version of the title, then the build fails. This needs to be fixed.
Addressed this by adding better explanatory help text, and making sure that the filename is generated based on the slug field.
Not fixed yet, still needs more work...
Currently, the file name is saved as a slugified version of the title. But, there is also a slug field that must be manually filled out... If that field doesn't match the slugified version of the title, then the build fails. This needs to be fixed.