Skip to content

Commit

Permalink
Custom Layout IDs can be alphanumeric
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackbitDevs authored Feb 12, 2020
1 parent 1d4cad9 commit 07e3d7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pimcore.plugin.workflow.place_permission = Class.create({
this.getPermissionCheckbox(permission, 'properties'),
this.getPermissionCheckbox(permission, 'modify'),
{
xtype: 'numberfield',
xtype: 'textfield',
name: 'objectLayout',
value: permission.get('objectLayout'),
fieldLabel: t('workflow_place_permission_object_layout')
Expand Down

0 comments on commit 07e3d7d

Please sign in to comment.