Skip to content

Commit

Permalink
Provide fieldname to get-nice-path calls in grid editor
Browse files Browse the repository at this point in the history
  • Loading branch information
astehlik authored and mattamon committed Apr 5, 2024
1 parent bede875 commit 1830dbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/js/pimcore/element/helpers/gridCellEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ Ext.define('pimcore.element.helpers.gridCellEditor', {
}

tag.updateContext({
cellEditing: true
cellEditing: true,
fieldname: fieldInfo.key
});

if (typeof tag["finishSetup"] !== "undefined") {
Expand Down

0 comments on commit 1830dbf

Please sign in to comment.