mirror of
				https://github.com/Telecominfraproject/wlan-cloud-ucentralsec.git
				synced 2025-10-31 10:47:48 +00:00 
			
		
		
		
	Fixes for cache issues.
This commit is contained in:
		| @@ -32,11 +32,11 @@ namespace OpenWifi { | ||||
|             } | ||||
|             return ReturnObject(Answer); | ||||
|         } else { | ||||
|             Types::StringVec IDs = Utils::Split(QB_.Select); | ||||
|             Poco::JSON::Array ArrayObj; | ||||
|             for(auto &i:IDs) { | ||||
|             for(auto &i:SelectedRecords()) { | ||||
|                 SecurityObjects::UserInfo   UInfo; | ||||
|                 if(StorageService()->GetUserById(i,UInfo)) { | ||||
|                 auto tI{i}; | ||||
|                 if(StorageService()->GetUserById(tI,UInfo)) { | ||||
|                     Poco::JSON::Object Obj; | ||||
|                     if (IdOnly) { | ||||
|                         ArrayObj.add(UInfo.Id); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 stephb9959
					stephb9959