Skip to content

Commit

Permalink
https://pm.cetera.ru/browse/CCD-1298
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodim99 committed Nov 26, 2018
1 parent 6c0d51a commit 2e07b48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions cms/app/field/Aliases.js
Expand Up @@ -20,11 +20,8 @@ Ext.define('Cetera.field.Aliases', {
},this);
},

initComponent : function(){

this.height = 100;

this.buttons = [{
getButtons: function() {
return [{
xtype:'button',
iconCls:'icon-new',
tooltip:Config.Lang.add,
Expand All @@ -37,6 +34,11 @@ Ext.define('Cetera.field.Aliases', {
handler: this.removeItem,
scope: this
}];
},

initComponent : function(){

this.height = 100;

this.store = Ext.create('Ext.data.Store', {
fields: ['id','name'],
Expand Down
2 changes: 1 addition & 1 deletion cms/include/constants.php
Expand Up @@ -11,7 +11,7 @@
**/

/** Версия */
define('VERSION', '3.57.6');
define('VERSION', '3.58.0');

/** Название продукта */
define('APP_NAME', 'Cetera CMS');
Expand Down

0 comments on commit 2e07b48

Please sign in to comment.