Skip to content

Commit

Permalink
Merge pull request #16 from vmalyk/delete-route-fix
Browse files Browse the repository at this point in the history
Fixed delete route for alternate configuration
  • Loading branch information
weisswurstkanone authored Jan 21, 2020
2 parents 39c3d94 + 2c97d4d commit a644f55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ pimcore.plugin.alternateObjectTrees.config.panel = Class.create({

deleteField: function (view, model) {
Ext.Ajax.request({
url: "/admin/elements-alternate-object-trees/delete-alternate-object-tree",
url: "/admin/elements-alternate-object-trees/alternate-object-tree",
method: "DELETE",
params: {
id: model.get('id')
Expand Down

0 comments on commit a644f55

Please sign in to comment.