Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/8216d2e9c67a4bf7e6f34b121d0091fe42e1d3a4?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
1 deletions
src/core/UBDocumentManager.cpp
@ -286,6 +286,7 @@ int UBDocumentManager::addFilesToDocument(UBDocumentProxy* document, QStringList
UBGraphicsScene * scene = UBPersistenceManager : : persistenceManager ( ) - > createDocumentSceneAt ( document , pageIndex ) ;
UBGraphicsScene * scene = UBPersistenceManager : : persistenceManager ( ) - > createDocumentSceneAt ( document , pageIndex ) ;
importAdaptor - > placeImportedItemToScene ( scene , page ) ;
importAdaptor - > placeImportedItemToScene ( scene , page ) ;
UBPersistenceManager : : persistenceManager ( ) - > persistDocumentScene ( document , scene , pageIndex ) ;
UBPersistenceManager : : persistenceManager ( ) - > persistDocumentScene ( document , scene , pageIndex ) ;
if ( UBApplication : : documentController - > selectedDocument ( ) = = UBApplication : : boardController - > selectedDocument ( ) )
UBApplication : : boardController - > insertThumbPage ( pageIndex ) ;
UBApplication : : boardController - > insertThumbPage ( pageIndex ) ;
}
}