Skip to content
  • Kamil Trzciński's avatar
    Fix direct_upload when records with null file_store are used · 420a4be43dd8
    Kamil Trzciński authored
    Old records have a null value of file_store column.
    This causes the problems with current direct_upload implementation,
    as this makes it to choose Store::REMOTE instead of Store::LOCAL.
    
    This change moves the store save when change saving the object.
    420a4be43dd8