mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
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:
committed by
Roland Winklmeier
parent
23ccb35ed8
commit
7330ccba1b
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user