mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-11 12:03:14 +00:00
Use backbone to display taskmanager front end
This commit is contained in:
@@ -2,7 +2,7 @@ define([
|
||||
'chai',
|
||||
'fixtures',
|
||||
'jquery',
|
||||
'app',
|
||||
'apps/admin/fields/app',
|
||||
'models/field',
|
||||
'apps/admin/fields/collections/fields',
|
||||
'apps/admin/fields/collections/dcFields',
|
||||
@@ -20,13 +20,16 @@ define([
|
||||
var assert = chai.assert;
|
||||
var should = chai.should();
|
||||
|
||||
// load fixtures in dom
|
||||
// Note: fixture are loaded into scripts/tests/fixtures directory using
|
||||
// bin/developer phraseanet:regenerate-js-fixtures
|
||||
fixtures.path = 'fixtures';
|
||||
$("body").append(fixtures.read('admin/fields/dom', 'admin/fields/templates'));
|
||||
$("body").append(fixtures.read('admin/fields/index.html', 'admin/fields/templates.html'));
|
||||
var sbasId = 1;
|
||||
|
||||
App.create();
|
||||
|
||||
AdminFieldApp.languages = {"de":"Deutsch","en":"English","fr":"Francais","nl":"Dutch"};
|
||||
|
||||
describe("Admin field", function () {
|
||||
describe("Initialization", function () {
|
||||
it("should create a global variable", function () {
|
||||
|
Reference in New Issue
Block a user