tresni / freenas-rss-extension

Automatically exported from code.google.com/p/freenas-rss-extension
0 stars 0 forks source link

Adding multiple filters and feeds #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add multiple RSS feed URLS
2. Click the edit icon next to one

What is the expected output? What do you see instead?
I expect to edit the feed/filter I selected, but instead the Extension
takes me into the edit page for a different feed/filter. (the edit buttons
do not initially match up with the correct feed and causes confustion)

What version of the product are you using? On what operating system?
Latest RSS Extension and latest FreeNAS Nightly (.7.6021)

Please provide any additional information below.

Original issue reported on code.google.com by BMcClure937 on 11 May 2009 at 10:33

GoogleCodeExporter commented 9 years ago
Please disregard this... this is an issue with FreeNAS, not the extension. This
occurs when adding users / groups as well.

Original comment by BMcClure937 on 12 May 2009 at 6:09

GoogleCodeExporter commented 9 years ago
As per user, not an issue with extension.

Original comment by tre...@gmail.com on 16 May 2009 at 11:54

GoogleCodeExporter commented 9 years ago
I resolved this by commenting out each line in the 5 www\*.php files within the 
.tgz
that start with "array_sort_key" which is the offending cause of the lines 
getting
out of sync. The Feeds/Filters are no longer in alphabetical order, instead 
they are
in the order I added them. But so much easier to use now they don't keep 
opening the
wrong item when you choose edit.

Original comment by omni...@gmail.com on 26 Sep 2009 at 12:04

GoogleCodeExporter commented 9 years ago
They shouldn't be opening the wrong filter/feed if you are using the latest 
release 
since all files use the same array_sort_key function (sorting on the same 
index) and 
the sorted array is saved to the configuration file on any changes.

Original comment by tre...@gmail.com on 26 Sep 2009 at 3:50