Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/7d570b3a2e3447df4e8d2fdd8e35661c754ee9e1?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
1 deletions
src/core/UBPersistenceManager.cpp
@ -229,7 +229,6 @@ QDialog::DialogCode UBPersistenceManager::processInteractiveReplacementDialog(UB
, Qt : : Widget ) ;
, Qt : : Widget ) ;
if ( replaceDialog - > exec ( ) = = QDialog : : Accepted )
if ( replaceDialog - > exec ( ) = = QDialog : : Accepted )
{
{
mDocumentTreeStructureModel - > addDocument ( pProxy , parentIndex ) ;
result = QDialog : : Accepted ;
result = QDialog : : Accepted ;
QString resultName = replaceDialog - > lineEditText ( ) ;
QString resultName = replaceDialog - > lineEditText ( ) ;
int i = docList . indexOf ( resultName ) ;
int i = docList . indexOf ( resultName ) ;
@ -250,6 +249,7 @@ QDialog::DialogCode UBPersistenceManager::processInteractiveReplacementDialog(UB
}
}
}
}
pProxy - > setMetaData ( UBSettings : : documentName , resultName ) ;
pProxy - > setMetaData ( UBSettings : : documentName , resultName ) ;
mDocumentTreeStructureModel - > addDocument ( pProxy , parentIndex ) ;
}
}
replaceDialog - > setParent ( 0 ) ;
replaceDialog - > setParent ( 0 ) ;
delete replaceDialog ;
delete replaceDialog ;