cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

unable to create page via smartedit in Hybris 6.3

0 Likes
620

I am unable to create a new page in SmartEdit in Hybris 6.3

The display conditions are shown empty and the Done button is disabled as well. Even on enabling Done button via editing the disable check, it is still not creating a new page. I am getting the following issue in console on frontend :-

TypeError: Cannot read property 'submit' of undefined at Object.onDone (cmssmarteditContainer.js:5) at smarteditloader.js:1 at Object.b.executeIfCondition (smarteditloader.js:4) at f.executeAction (smarteditloader.js:4) at Object.callback (smarteditloader.js:4) at n._buttonPressed (smarteditloader.js:3) at fn (eval at compile (thirdparties.js:236), :4:481) at b (thirdparties.js:131) at e (thirdparties.js:279) at b.$eval (thirdparties.js:150) (anonymous) @ thirdparties.js:122 (anonymous) @ thirdparties.js:95 $apply @ thirdparties.js:150 (anonymous) @ thirdparties.js:279 dispatch @ thirdparties.js:3 q.handle @ thirdparties.js:3

Any help will be appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

0 Likes

The issue occurred due to a null pointer exception when selecting the Page Type. In one of the defined pages, the label field was empty due to which the exception occured and smartedit could not load the next screens corresponding to the same. Once label field is added, the screens get loaded and we are able to create the corresponding page

Answers (0)