meteor-admin icon indicating copy to clipboard operation
meteor-admin copied to clipboard

Results 9 meteor-admin issues
Sort by recently updated
recently updated
newest added

Hi, Just trying out this package and not sure why I'm seeing this message, is there a config issue? ![image](https://cloud.githubusercontent.com/assets/1027250/13615533/c80fbc24-e543-11e5-929f-50b4e1538978.png) Thanks, Mark

Exception from sub kAdminSubscribe id WKaMhp8KtgJRidTQF TypeError: Cannot read property 'children' of undefined at new Publication (packages/reywood_publish-composite/packages/reywood_publish-composite.js:52:1) I20151012-00:07:13.939(3)? at [object Object]. (packages/reywood_publish-composite/packages/reywood_publish-composite.js:414:1) I20151012-00:07:13.939(3)? at packages/matb33_collection-hooks/collection-hooks.js:275:1 I20151012-00:07:13.940(3)? at [object Object]._.extend.withValue (packages/meteor/dynamics_nodejs.js:56:1)...

This bit of code: ``` javascript $('html, body').animate({ scrollTop: $("#kAdminActionCenter").offset().top }, 700); ``` ...throws an error: `"Uncaught TypeError: Cannot read property 'top' of undefined"`. I guess it is because the...

The Readme should describe what the package actually does. You can figure it out somewhat by reading the full .md but it you should add a heading specifying the uses...

Will be nice to have a demo site on meteor or elsewhere.

enhancement

I was thinking it would be nice to have something like this package: https://github.com/nrswolf/Observatory Implemented into the backend. I'm pretty new to Meteor but I can start looking into trying...

In the table view, possible have a button that opens up a modal window with a selectize plugin that helps user enter the foreign key value. Post this, set the...

enhancement
help wanted

Filtering currently looks for an exact case-sensitive match. The following types of filters can be implemented: - $in - range ($gt, $lt) - Case insensitive ( {field: { $regex: value,...

enhancement
help wanted