admin-config
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -17,2 +17,3 @@ import stringUtils from "../Utils/stringUtils"; | ||
this._detailLinkRoute = 'edit'; | ||
this._pinned = false; | ||
this.dashboard = true; | ||
@@ -167,4 +168,10 @@ this.list = true; | ||
} | ||
pinned(pinned) { | ||
if (!arguments.length) return this._pinned; | ||
this._pinned = pinned; | ||
return this; | ||
} | ||
} | ||
export default Field; |
{ | ||
"name": "admin-config", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -247,3 +247,3 @@ let assert = require('chai').assert, | ||
it.only('should execute filters function with current search parameter if filters is a function', () => { | ||
it('should execute filters function with current search parameter if filters is a function', () => { | ||
var searchParameter = null; | ||
@@ -250,0 +250,0 @@ var field = new ReferenceField('myField') |
132202
3477