mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 19:43:16 +00:00
Add global register feature
Tweak admin field app Fix typo Tweaks Fix typo
This commit is contained in:

committed by
Romain Neutron

parent
9a9235a15e
commit
0539db7598
@@ -1,6 +1,6 @@
|
||||
define([
|
||||
'underscore',
|
||||
'backbone'
|
||||
"underscore",
|
||||
"backbone"
|
||||
], function(_, Backbone) {
|
||||
var FieldModel = Backbone.Model.extend({
|
||||
initialize : function(attributes, options) {
|
||||
@@ -9,7 +9,7 @@ define([
|
||||
}
|
||||
},
|
||||
urlRoot: function () {
|
||||
return '/admin/fields/'+ this.get('sbas-id') +'/fields';
|
||||
return "/admin/fields/"+ this.get("sbas-id") +"/fields";
|
||||
},
|
||||
defaults: {
|
||||
"business": false,
|
||||
|
Reference in New Issue
Block a user