• B
    Don't export `Project#description_html` · 902cec12
    Bob Van Landuyt 提交于
    Since we can regenerate `description_html` from the `description`, we
    should not export it. This avoids some complexity when overriding the
    description during an import/export where we would need to invalidate
    this cached field.
    
    Now we refresh the markdown cache after the import
    902cec12
project_tree_restorer.rb 7.3 KB