diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-24 18:03:09 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-03-24 18:03:09 +0200 |
commit | 9fa64f1e2087a8e45adad7298d2dd3661bd80e25 (patch) | |
tree | b0f538d11083b6b1c473979f89504528a4c33914 /indra/newview/llaisapi.cpp | |
parent | 9697ac1bece30bda6410a8dc33450b85a3358745 (diff) |
SL-18003 Fix items not being marked as complete when fetched via ais
Diffstat (limited to 'indra/newview/llaisapi.cpp')
-rw-r--r-- | indra/newview/llaisapi.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llaisapi.cpp b/indra/newview/llaisapi.cpp index d0c8d38e28..d204a752ec 100644 --- a/indra/newview/llaisapi.cpp +++ b/indra/newview/llaisapi.cpp @@ -845,6 +845,7 @@ void AISUpdate::parseItem(const LLSD& item_map) { mItemsCreated[item_id] = new_item; mCatDescendentDeltas[new_item->getParentUUID()]; + new_item->setComplete(true); } else if (curr_item) { |