Describe the bug
ImageUrl not loaded on Edit page for Category Edit
To Reproduce
Steps to reproduce the behavior:
- Go to /Admin/Forums
- Click on Edit some Category
- Scroll down to Forum Images
- See any changed
Expected behavior
If I select any image, it will be show here.
System (please complete the following information):
Additional context
YAF.Pages.Admin.EditForumModel.cs:250
add this line:
this.Input.ImageURL = forum.ImageURL;
Describe the bug
ImageUrl not loaded on Edit page for Category Edit
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If I select any image, it will be show here.
System (please complete the following information):
Additional context
YAF.Pages.Admin.EditForumModel.cs:250
add this line:
this.Input.ImageURL = forum.ImageURL;