File tree Expand file tree Collapse file tree 2 files changed +16
-16
lines changed
src/Resources/public/js/datatypes/tags Expand file tree Collapse file tree 2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ pimcore.object.tags.dynamicPermissionResource = Class.create(pimcore.object.tags
4646 fieldLabel : ts ( config [ 'label' ] ) ,
4747 store : store ,
4848 itemCls : "object_field" ,
49- width : 500
49+ width : this . fieldConfig . labelWidth + 200
5050 } ;
5151
5252 if ( typeof this . data [ name ] == "string" || typeof this . data [ name ] == "number" ) {
Original file line number Diff line number Diff line change 1- /**
2- * Pimcore
3- *
4- * This source file is available under two different licenses:
5- * - GNU General Public License version 3 (GPLv3)
6- * - Pimcore Enterprise License (PEL)
7- * Full copyright and license information is available in
8- * LICENSE.md which is distributed with this source code.
9- *
10- * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
11- * @license http://www.pimcore.org/license GPLv3 and PEL
12- */
13-
14-
1+ /**
2+ * Pimcore
3+ *
4+ * This source file is available under two different licenses:
5+ * - GNU General Public License version 3 (GPLv3)
6+ * - Pimcore Enterprise License (PEL)
7+ * Full copyright and license information is available in
8+ * LICENSE.md which is distributed with this source code.
9+ *
10+ * @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
11+ * @license http://www.pimcore.org/license GPLv3 and PEL
12+ */
13+
14+
1515pimcore . registerNS ( "pimcore.object.tags.permissionResource" ) ;
1616pimcore . object . tags . permissionResource = Class . create ( pimcore . object . tags . select , {
1717
@@ -40,7 +40,7 @@ pimcore.object.tags.permissionResource = Class.create(pimcore.object.tags.select
4040 fieldLabel : this . fieldConfig . title ,
4141 store : store ,
4242 itemCls : "object_field" ,
43- width : 500
43+ width : this . fieldConfig . labelWidth + 200
4444 } ;
4545
4646 if ( typeof this . data == "string" || typeof this . data == "number" ) {
You can’t perform that action at this time.
0 commit comments