You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting CiviWiki without any threads, I am getting an error in the browser console:
VM132:22Uncaught ReferenceError: draft_threadsisnotdefinedatn.eval(evalat_.template(underscore.js:1454),<anonymous>:22:2)
at n.template (underscore.js:1461)
at n.render (feed.js:70)
at n.initialize (feed.js:52)
at n.e.View (backbone-min.js:1)
at new n (backbone-min.js:1)
at (index):402
This code should be written in a way that is safe for when there are no draft threads, or none assigned to the user (my draft threads).
The text was updated successfully, but these errors were encountered:
When starting CiviWiki without any threads, I am getting an error in the browser console:
This code should be written in a way that is safe for when there are no draft threads, or none assigned to the user (my draft threads).
The text was updated successfully, but these errors were encountered: