Next Estimated Chapter (#2342)
This commit is contained in:
parent
ca5afe94d3
commit
de9b09c71f
32 changed files with 433 additions and 73 deletions
|
|
@ -46,8 +46,6 @@ public class FilterController : BaseApiController
|
|||
return BadRequest("You cannot use the name of a system provided stream");
|
||||
}
|
||||
|
||||
// I might just want to use DashboardStream instead of a separate entity. It will drastically simplify implementation
|
||||
|
||||
var existingFilter =
|
||||
user.SmartFilters.FirstOrDefault(f => f.Name.Equals(dto.Name, StringComparison.InvariantCultureIgnoreCase));
|
||||
if (existingFilter != null)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue