Skip to content
Snippets Groups Projects
Commit 83c0b54e authored by Jonathan Yap's avatar Jonathan Yap
Browse files

STORM-68 Apply default upload permission settings for ONLY Share with Group and

Allow anyone to Copy to snapshot upload.  The Next owner values will stay at full perms.
parent f9bbf9e3
No related branches found
No related tags found
No related merge requests found
...@@ -818,8 +818,8 @@ void LLSnapshotLivePreview::saveTexture() ...@@ -818,8 +818,8 @@ void LLSnapshotLivePreview::saveTexture()
LLFolderType::FT_SNAPSHOT_CATEGORY, LLFolderType::FT_SNAPSHOT_CATEGORY,
LLInventoryType::IT_SNAPSHOT, LLInventoryType::IT_SNAPSHOT,
PERM_ALL, // Note: Snapshots to inventory is a special case of content upload PERM_ALL, // Note: Snapshots to inventory is a special case of content upload
LLFloaterPerms::getGroupPerms(), // that is more permissive than other uploads LLFloaterPerms::getGroupPerms("Uploads"), // that is more permissive than other uploads
LLFloaterPerms::getEveryonePerms(), LLFloaterPerms::getEveryonePerms("Uploads"),
"Snapshot : " + pos_string, "Snapshot : " + pos_string,
callback, expected_upload_cost, userdata); callback, expected_upload_cost, userdata);
gViewerWindow->playSnapshotAnimAndSound(); gViewerWindow->playSnapshotAnimAndSound();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment