Actions
Bug #32873
closedDo not check bookmark permissions
Difficulty:
easy
Triaged:
Yes
Description
view_bookmarks permission got dropped by this commit https://github.com/theforeman/foreman/commit/81512f75ef77af6d30aaa0d6ef6e3b991b184c85 . Rex still tries to use the permission
[1] pry(#<JobInvocationComposer>)> Bookmark.authorized(:view_bookmarks).to_sql => "SELECT \"bookmarks\".* FROM \"bookmarks\" WHERE (1=0) ORDER BY \"bookmarks\".\"name\" ASC"
Actions