mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-22 14:10:54 -04:00
Fixed a number of Wiki GUI bugs.
- clear GxsIdChooser - so they don't accumulate. - Enable / Disable the New Page / Republish buttons. - Allow No Signatures for New Page / Republished pages. - clear Parent and Thread Id for new Page Submission. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6163 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
ea8d71ee71
commit
2d74a3012a
4 changed files with 15 additions and 8 deletions
|
@ -596,6 +596,10 @@ void WikiDialog::wikiGroupChanged(const QString &groupId)
|
|||
groupIds.push_back(mGroupId);
|
||||
requestPages(groupIds);
|
||||
|
||||
int subscribeFlags = ui.groupTreeWidget->subscribeFlags(QString::fromStdString(mGroupId));
|
||||
ui.toolButton_NewPage->setEnabled(IS_GROUP_ADMIN(subscribeFlags));
|
||||
ui.toolButton_Republish->setEnabled(IS_GROUP_ADMIN(subscribeFlags));
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue