Uncomment the cache settings
This commit is contained in:
		| @@ -103,7 +103,7 @@ namespace LSA.Core.Thalos.API.Controllers | ||||
|         //[Permission("RoleManagement.Write")] | ||||
|         public async Task<IActionResult> UpdateRoleAsync([FromRoute] string id, [FromBody] RoleAdapter entity, CancellationToken cancellationToken) | ||||
|         { | ||||
|             if (id != entity._Id?.ToString()) | ||||
|             if (id != entity.Id?.ToString()) | ||||
|             { | ||||
|                 return BadRequest("Role ID mismatch"); | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Oscar Morales
					Oscar Morales