hack for testing purposes.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs_finale@6869 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2013-10-22 03:42:20 +00:00
parent 2ce92da8ad
commit d31a34bd95

View File

@ -244,6 +244,13 @@ void IdEditDialog::checkNewTag()
bool ok = tagDetails(id, name, tag, desc);
ui.label_TagCheck->setText(desc);
// hack to allow add invalid tags (for testing).
if (!tag.empty())
{
ok = true;
}
if (mEditGroup.mRecognTags.size() >= MAX_RECOGN_TAGS)
{
ok = false;