purecloudlabs/fixtable-ember

Use dasherized name for get-select-options in fixtable-grid.hbs

menewman opened this issue · 1 comments

Currently can get an error like this:

WARNING: Attempted to lookup "helper:getSelectOptions" which was not found. In previous versions of ember-resolver, a bug would have caused the module at "/helpers/get-select-options" to be returned for this camel case helper name. This has been fixed. Use the dasherized name to resolve the module that would have been returned in previous versions.

Should fix this by dasherizing the name in fixtable-grid.hbs.

Fixed in commit 10d9f32