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
Hi,
if you look at lib/Feeds/Version.php, you read:
$meta['securityschema'] = array('Feeds::Item' => 'Feed item name::Feed item ID');
But in the code, I see:
lib/Feeds/Block/Displayfeed.php:43: ...SecurityUtil::checkPermission('Feeds:NewsFeed:', "$blockinfo[title]::",... ACCESS_READ
lib/Feeds/Api/User.php:36: ...SecurityUtil::checkPermission( 'Feeds::', '::', ACCESS_READ...
...
So, what is the correct permission scheme?
Philippe
Hi,
if you look at lib/Feeds/Version.php, you read:
$meta['securityschema'] = array('Feeds::Item' => 'Feed item name::Feed item ID');
But in the code, I see:
lib/Feeds/Block/Displayfeed.php:43: ...SecurityUtil::checkPermission('Feeds:NewsFeed:', "$blockinfo[title]::",... ACCESS_READ
lib/Feeds/Api/User.php:36: ...SecurityUtil::checkPermission( 'Feeds::', '::', ACCESS_READ...
...
So, what is the correct permission scheme?
Philippe