Skip to content

don't save the outline placeholder as the outline

Dan Crosta requested to merge fix-outline-insanity into master

if a user hadn't filled in the outline, the multiline-placeholder script (needed for safari) would have replaced the value of the outline textarea with the placeholder, which would get saved. prevent this server-side via the form validator.

Merge request reports