Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/f6152d2e5cf31fe37594b18ac27ab51459ca19c6?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

don't try to delete the trashIndex itself

preferencesAboutTextFull
Clément Fauconnier 5 years ago
parent 6fb5b5bc8d
commit f6152d2e5c
  1. 1
      src/core/UBApplication.cpp

@ -455,6 +455,7 @@ void UBApplication::closing()
{
UBDocumentTreeModel *docModel = UBPersistenceManager::persistenceManager()->mDocumentTreeStructureModel;
documentController->deleteDocumentsInFolderOlderThan(docModel->trashIndex(), UBSettings::settings()->emptyTrashDaysValue->get().toInt());
if (docModel->hasChildren(docModel->trashIndex()))
documentController->deleteEmptyFolders(docModel->trashIndex());
}

Loading…
Cancel
Save