mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 20:43:25 +00:00
PHRAS-2816 #comment add attribute gui_visible to show fields on roll over and detailled view #time 2h
This commit is contained in:
@@ -52,6 +52,10 @@ define([
|
||||
this.field.get('gui_editable').should.equal("1");
|
||||
});
|
||||
|
||||
it("should default gui_visible property to '1'", function () {
|
||||
this.field.get('gui_visible').should.equal("1");
|
||||
});
|
||||
|
||||
it("should default separator property to 'empty'", function () {
|
||||
this.field.get('separator').should.equal("");
|
||||
});
|
||||
|
Reference in New Issue
Block a user