Skip to content

Commit

Permalink
Merge pull request #38 from BlackbitNeueMedien/patch-1
Browse files Browse the repository at this point in the history
Custom Layout IDs can be alphanumeric
  • Loading branch information
dpfaffenbauer authored Mar 26, 2020
2 parents bb03117 + 07e3d7d commit 8ae6a23
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 8ae6a23

Please sign in to comment.