fix #2366 - populate new UrlParameters property
This commit is contained in:
		| @ -130,7 +130,7 @@ | ||||
|     private string _properties = string.Empty; | ||||
|     private string _server = string.Empty; | ||||
|  | ||||
| 	public override string RouteTemplate => "/{id}"; | ||||
| 	public override string UrlParameterTemplate => "/{id}"; | ||||
| 	public override SecurityAccessLevel SecurityAccessLevel => SecurityAccessLevel.Host; | ||||
|  | ||||
|     protected override async Task OnInitializedAsync() | ||||
|  | ||||
| @ -99,10 +99,10 @@ else | ||||
| 	private List<Log> _logs; | ||||
| 	private string _retention = ""; | ||||
|  | ||||
| 	public override string RouteTemplate => "/{level}/{function}/{rows}/{page}"; | ||||
| 	public override string UrlParameterTemplate => "/{level}/{function}/{rows}/{page}"; | ||||
| 	public override SecurityAccessLevel SecurityAccessLevel => SecurityAccessLevel.Host; | ||||
|  | ||||
| 	protected override async Task OnInitializedAsync() | ||||
| 	protected override async Task OnParametersSetAsync() | ||||
| 	{ | ||||
| 		try | ||||
| 		{ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Shaun Walker
					Shaun Walker