SL-12486 Grids share folders and some data, so don't compare grids.
parent
19caca91e9
commit
d012628c8c
|
|
@ -138,7 +138,7 @@ void LLFloaterForgetUser::onForgetClicked()
|
|||
const std::string grid = user_data["grid"];
|
||||
const std::string user_name = user_data["label"]; // for favorites
|
||||
|
||||
if (delete_data && user_id == LLStartUp::getUserId() && grid == LLGridManager::getInstance()->getGrid())
|
||||
if (delete_data && user_id == LLStartUp::getUserId())
|
||||
{
|
||||
// we can't delete data for user that is currently logged in
|
||||
LLNotificationsUtil::add("LoginCantRemoveCurUsername", LLSD(), LLSD(), boost::bind(onConfirmLogout, _1, _2, user_name));
|
||||
|
|
|
|||
|
|
@ -35,5 +35,5 @@
|
|||
name="delete_data"
|
||||
top_pad="5"
|
||||
width="260"
|
||||
tool_tip="Deletes local files: chat history, last session screenshot, browser cookies, teleport history, toolbar settings, e t c"/>
|
||||
tool_tip="Deletes local files: chat history, last session screenshot, browser cookies, teleport history, toolbar settings, e t c. Some of local files are shared between grids."/>
|
||||
</floater>
|
||||
|
|
|
|||
Loading…
Reference in New Issue