Skip to content

do not limit imported path names (fix #229)

Loïc Dachary requested to merge gh-0255fd41/259/dachary/wip-229-long-path into master

import_medias.add verifies if the path exists and will therefore fail if the path length exceeds the underlying file system limits. Relax the form constraints on the file name sizes for the document and the associated preview.

Signed-off-by: Loic Dachary loic@dachary.org

Merge request reports