JackAdams / meteor-editable-list

An editable list widget for Meteor

Home Page:http://editable-text-demo.meteor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

userCanEdit does nothing?

ryanswrt opened this issue · comments

I've added a function to determine whether a user can edit the list or not, and it works for the EditableText template, but it doesn't seem to have any effect on the list widget. If I override the server method, it denies updates as expected, but the input widget is still there and the user can still edit items at will.

Yes, you're right. Thank you for highlighting the issue. Just released a new version that should fix that.

Awesome, thanks.