yogiben / meteor-admin

A complete admin dashboard solution
https://atmospherejs.com/yogiben/admin
GNU General Public License v3.0
827 stars 261 forks source link

fixes the various table view problems (including users) #289

Closed CaptainN closed 8 years ago

CaptainN commented 8 years ago

Also added an explicit "use" for the "check" package in package.js

richardgsands commented 8 years ago

Thanks @CaptainN (and thanks @yogiben for a great package)

Fixed the issue for me, now using local clone of @CaptainN's fork.

+1 for pull request!

nickpolet commented 8 years ago

+1 for pull request. This fixes the error 'No data available in table' issue that many people seem to get. Can we see this added sometime soon?

CaptainN commented 8 years ago

You can download my fork to your local packages directory in the mean time.

nickpolet commented 8 years ago

@CaptainN Is there a nice way of doing this? Which folder does this go into and is it the full 'meteor-admin' folder that goes in it?

CaptainN commented 8 years ago

Create a "packages" folder in the root of your project, then copy my fork (or clone, or whatever) to "meteor-admin" in that folder. Meteor will use whatever version you have there instead of the one in the packages directory.

rikonor commented 8 years ago

@yogiben Any chance of merging this PR?

eliasthompson commented 8 years ago

Also tagging @mpowaga since he seems to be doing the merging these days.

mpowaga commented 8 years ago

We already made these changes in other commits. Thanks for PR anyway!