Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Update Libraries.js
Browse files Browse the repository at this point in the history
show all for all users
  • Loading branch information
risufaj committed Nov 6, 2018
1 parent a01784b commit 65026d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/main-hub/app/view/libraries/Libraries.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Ext.define('MainHub.view.libraries.Libraries', {
id : 'showAlllr',
margin: '0 15 0 0',
cls: 'grid-header-checkbox',
hidden: !USER.is_staff,
hidden: false,
listeners:{
change: function(checkbox, newValue, oldValue, eOpts) {
if (newValue) {
Expand Down

0 comments on commit 65026d7

Please sign in to comment.