Ticket #33 (closed defect: invalid)

Opened 3 years ago

Last modified 3 years ago

unable to change feed preferences when categories turned off

Reported by: cyfex@wthess.net Assigned to: fox
Priority: minor Milestone:
Component: backend Version: 1.1.1
Keywords: Cc:

Description

Trying to save feed preferences when "feed categories" are turned off produces the following error:

Exception: TypeError?, fcat has no properties Function: feedEditSave() Location: prefs.js:679

Tracing the problem i found out that the problem is at tt-rss/prefs.js:feedEditSave()

It seems to use document.getElementById("iedit_fcat"); which as seen at tt-rss/backend.php: outputFeedList (at line 1507) is unavailable if ENABLE_FEED_CATS is set to false...

I'm referening to tt-rss-1.1.1. Feel free to contact if you need more info

cyfex

Change History

01/11/06 04:29:23 changed by fox

  • status changed from new to closed.
  • resolution set to invalid.

It's known bug, fixed in upstream. Please check existing tickets before submitting new one. :)