sparkleshare-dashboard
sparkleshare-dashboard copied to clipboard
impossible to link a device as normal user
it is impossible to link a device as normal user. is this a bug or a feature? ;)
app.js:459
- if (req.currentUser.admin) {
- if (req.currentUser) {
would solve it.
Your request seems valid, but the suggested fix is not. If the admin flag is simply removed, then all users would be able to see all devices, not only their own ones. Could you prepare a proper patch for that? Thanks!
I hope I’ll have some time for it on next weekend.