refs #751, hint of how data are published

* user object in stash components
* publish button text changed to reflect user`s rights
* User object in form read only
This commit is contained in:
Klaus Basan
2016-09-02 13:03:07 +02:00
committed by Roland Winklmeier
parent 23ccb35ed8
commit 7330ccba1b
4 changed files with 43 additions and 5 deletions

View File

@@ -32,9 +32,9 @@ namespace BlackGui
return CStatusMessageList();
}
const CAuthenticatedUser &CForm::getSwiftDbUser() const
CAuthenticatedUser CForm::getSwiftDbUser() const
{
return this->m_swiftDbUser.getThreadLocal();
return this->m_swiftDbUser.get();
}
void CForm::ps_userChanged()