clientside.mvc?T=3cfb6765&Module_Code=orderworkflo w&Filename=combined.js:1287 Uncaught TypeError: dialog.Button_Add_Right_Primarye is not a function
at OWFWorkflow_AddEditDialog.Save (clientside.mvc?T=3cfb6765&Module_Code=orderworkfl ow&Filename=combined.js:1287)
at OWFWorkflow_AddEditDialog.Event_OnClick_Create (clientside.mvc?T=3cfb6765&Module_Code=orderworkfl ow&Filename=combined.js:960)
at OWFWorkflow_Step_Overview.step.onClick_Create (clientside.mvc?T=3cfb6765&Module_Code=orderworkfl ow&Filename=combined.js:1005)
at MMButton.<anonymous> (clientside.mvc?T=3cfb6765&Module_Code=orderworkfl ow&Filename=combined.js:2183)
at MMButton.button_click_evt (clientside.mvc?T=3cfb6765&Filename=admin/core.js:5269)
at MMButton.OnClick (clientside.mvc?T=3cfb6765&Filename=admin/core.js:5415)
at MMButton.OnMouseUp (clientside.mvc?T=3cfb6765&Filename=admin/core.js:5523)
at HTMLDocument.MMButton.event_mouseup (clientside.mvc?T=3cfb6765&Filename=admin/core.js:4947)
OWFWorkflow_AddEditDialog.Save @ clientside.mvc?T=3cfb6765&Module_Code=orderworkflo w&Filename=combined.js:1287
OWFWorkflow_AddEditDialog.Event_OnClick_Create @ clientside.mvc?T=3cfb6765&Module_Code=orderworkflo w&Filename=combined.js:960
step.onClick_Create @ clientside.mvc?T=3cfb6765&Module_Code=orderworkflo w&Filename=combined.js:1005
(anonymous) @ clientside.mvc?T=3cfb6765&Module_Code=orderworkflo w&Filename=combined.js:2183
button_click_evt @ clientside.mvc?T=3cfb6765&Filename=admin/core.js:5269
MMButton.OnClick @ clientside.mvc?T=3cfb6765&Filename=admin/core.js:5415
MMButton.OnMouseUp @ clientside.mvc?T=3cfb6765&Filename=admin/core.js:5523
MMButton.event_mouseup @ clientside.mvc?T=3cfb6765&Filename=admin/core.js:4947
If I go into the Sources tab in dev tools I get this function with the error that 'dialog.Button_Add_Right_Primarye()' is not a function:
Code:
button_save = dialog.Button_Add_Right_Primarye( 'Save', '', function() { self.Save_LowLevel( data ); } );
Leave a comment: