We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6774eda commit 266fb5bCopy full SHA for 266fb5b
js/pages/backoffice/toolbox.js
@@ -328,6 +328,7 @@ CombodoModal._ConvertButtonDefinition = function (aButtonsDefinitions) {
328
Object.keys(aButtonsDefinitions).forEach(key => {
329
const element = aButtonsDefinitions[key];
330
const aButton = {
331
+ id: typeof(element.id) !== 'undefined' ? element.id : null,
332
text: element.text,
333
class: typeof(element.classes) !== 'undefined' ? element.classes.join(' ') : '',
334
click: element.callback_on_click
0 commit comments