Skip to content

Commit

Permalink
jQuery is not defined #38
Browse files Browse the repository at this point in the history
  • Loading branch information
weisswurstkanone committed Nov 20, 2019
1 parent 445846b commit fe74bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/public/js/helper/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ pimcore.plugin.processmanager.helper.form = Class.create({
},

mergeConfigs : function (defaultConfig,customConfig) {
return $.extend(defaultConfig, customConfig);
return Ext.apply(defaultConfig, customConfig);
},

getSelectField : function(fieldName,config){
Expand Down

0 comments on commit fe74bb1

Please sign in to comment.