DNNCommunity / DNN.Faq

DNN FAQ is a basic module used for displaying frequently asked questions on your DNN site.
https://dnncommunity.github.io/DNN.Faq/
MIT License
17 stars 20 forks source link

Selecting a category in Treeview mode does not work #29

Closed valadas closed 6 years ago

valadas commented 6 years ago

Describe the bug

When selecting a category in TreeView mode, the page refreshes, the categories disappear and the questions are not filtered.

To Reproduce

Steps to reproduce the behavior:

  1. Create a few categories
  2. Create a few questions in those categories
  3. In the module settings, choose TreeView for the categories display
  4. On the module view, click a category
  5. The page refreshes, the categories disappear and the questions are not filtered

Expected behavior

Error log

No errors are logged in the browser javascript console or the Dnn Admin Logs

valadas commented 6 years ago

The issue only happens in edit mode, probably an issue with the Telerik control, since this will be probably replaced by a non-telerik control, I will close that issue since it does not affect users