mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-21 05:09:15 +00:00
Default column visibility can be set per user using ColumnPreferences model
This commit is contained in:
@@ -4,6 +4,9 @@ describe "LineItemsCtrl", ->
|
||||
|
||||
beforeEach ->
|
||||
module "admin.lineItems"
|
||||
module ($provide) ->
|
||||
$provide.value 'columns', []
|
||||
null
|
||||
|
||||
jasmine.addMatchers
|
||||
toDeepEqual: (util, customEqualityTesters) ->
|
||||
|
||||
Reference in New Issue
Block a user