I created the first rule and saw it show up in the list of rules, and was able to click the link to edit it.

Afterwards, the admin page for js_injector showed "There are no rules to display".

I was able to add 2 more rules, but still the table showed empty.

However, the files exist in sites/default/files/js_injector/js_injector_$N.js where $N is 1, 2, 3, etc. These files are being included in pages too.

So the bug is that they are not listed and can't be edited.

Comments

wiifm’s picture

Version: 7.x-2.1 » 7.x-2.x-dev
Status: Active » Postponed (maintainer needs more info)

This is indeed strange, are you able to replicate this issue on a clean Drupal 7 install? This could be because of caching on your site (e.g. APC, varnish etc), can you disable any caching that could be interfering here and try again?

As JS injector is just using ctools exportables (none of the UI is custom), do you experience the same issue with the views landing page (that lists all views on the site)?