mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
refact ui
This commit is contained in:
@@ -287,11 +287,16 @@ void AssetsManager::writeVersionsToFile(QList<StreamingVersionData*> version,boo
|
||||
SAttribute attribute4;
|
||||
|
||||
if(isFirst)
|
||||
{
|
||||
attribute3 = {"isChangeable",QString::number(false)};
|
||||
{
|
||||
QString author = tr("LLC Constanta-Design");
|
||||
attribute4 = {"author",author};
|
||||
ver->setAuthor(author);
|
||||
|
||||
if(ver->getViewName() == "base")
|
||||
attribute3 = {"isChangeable",QString::number(false)};
|
||||
else
|
||||
attribute3 = {"isChangeable",QString::number(true)};
|
||||
|
||||
}else
|
||||
{
|
||||
attribute3 ={"isChangeable",QString::number(ver->getIsChangeable())};
|
||||
|
||||
Reference in New Issue
Block a user