diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2019-10-17 19:15:02 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2019-10-17 19:15:02 +0300 |
commit | aab8ea7236e01f279c33eb1839ac2e0c4a1f9829 (patch) | |
tree | d6461853a97ac62ac3412a656336a9b6168365b6 /indra/newview/llmarketplacefunctions.cpp | |
parent | 96c78187c19352159e4bd1ea111a2764c13d01ea (diff) |
SL-12121 FIXED Unable to delete folders from 'Marketplace listings'
Diffstat (limited to 'indra/newview/llmarketplacefunctions.cpp')
-rw-r--r-- | indra/newview/llmarketplacefunctions.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llmarketplacefunctions.cpp b/indra/newview/llmarketplacefunctions.cpp index a0e19f2d19..26977593f4 100644 --- a/indra/newview/llmarketplacefunctions.cpp +++ b/indra/newview/llmarketplacefunctions.cpp @@ -1294,6 +1294,11 @@ void LLMarketplaceData::setSLMDataFetched(U32 status) } } +bool LLMarketplaceData::isSLMDataFetched() +{ + return mMarketPlaceDataFetched == MarketplaceFetchCodes::MARKET_FETCH_DONE; +} + // Creation / Deletion / Update // Methods publicly called bool LLMarketplaceData::createListing(const LLUUID& folder_id) |