Hi, I can’t seem to fix this problem on my own: The access to „fulltext“ files should be restricted to logged in users. To them we show a download icon.
In my BFE I check this with: >>> acc_authorize_action(bfo.user_info, 'viewfulltext‘) And I added this right to access_control_config.py Generally it works, but in list views (collections) it depends on language - probably a caching problem. E.g. I call my Invenio site and am not logged in - download icons missing ok in list and detail views. Then I log in and get download icons in detail views - but in list views only if I switch the language! (Reloading the page doesn’t help.) Any ideas? Greetlings, Hraban

