mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 14:03:27 +00:00
PHRAS-2808_disable-cterms_4.1
new : checkbox in admin/field to disable cterms generation. fix : when cterms is cleared (during reindex), rejected terms are kept WIP
This commit is contained in:
@@ -44,6 +44,10 @@ define([
|
||||
this.field.get('tbranch').should.equal("");
|
||||
});
|
||||
|
||||
it("should default publish_cterms property to '0'", function () {
|
||||
this.field.get('publish_cterms').should.equal("0");
|
||||
});
|
||||
|
||||
it("should default separator property to 'empty'", function () {
|
||||
this.field.get('separator').should.equal("");
|
||||
});
|
||||
|
Reference in New Issue
Block a user